SublimeText / VBScript

VBScript package for Sublime Text
https://github.com/SublimeText/VBScript
183 stars 49 forks source link

Wrong definition for line comments #9

Closed ghost closed 11 years ago

ghost commented 11 years ago

Line 126 in VBScript.tmLanguage should be

('|Rem)

instead of

('|REM)

at least according to Microsoft Excel 2010's VB Editor, which replaces REM with Rem.

jsadeli commented 11 years ago

Thanks, fixed by mnohai-mdsol at f58e769...