QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

Formatter: Removes spaces from $VERSIONINFO:Comments #125

Closed LordDurus closed 1 year ago

LordDurus commented 1 year ago

Example... $VERSIONINFO:Comments=QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.

becomes $VERSIONINFO:Comments=QB64isamodernextendedBASICprogramminglanguagethatretainsQB4.5/QBasiccompatibilityandcompiles nativebinariesforWindows,LinuxandmacOS.

LordDurus commented 1 year ago

Updated the formatter to handle $VERSIONINFO:Comments