We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent92276e4 commitf4d438eCopy full SHA for f4d438e
NSIS.sublime-syntax
@@ -32,9 +32,9 @@ contexts:
32
scope:support.class.nsis
33
-match:"[!<>]?=|<>|<|>"
34
scope:keyword.operator.comparison.nsis
35
- -match:\b(true|on)\b
+ -match:\b(?i)(true|on)\b
36
scope:constant.language.boolean.true.nsis
37
- -match:\b(false|off)\b
+ -match:\b(?i)(false|off)\b
38
scope:constant.language.boolean.false.nsis
39
-match:\b(?i)((un\.)?components|(un\.)?custom|(un\.)?directory|(un\.)?instfiles|(un\.)?license|uninstConfirm|admin|all|auto|both|bottom|bzip2|current|force|hide|highest|ifdiff|ifnewer|lastused|leave|left|listonly|lzma|nevershow|none|normal|notset|right|show|silent|silentlog|textonly|top|try|user|Win10|Win7|Win8|WinVista|zlib)\b
40
scope:entity.other.attribute-name.nsis
@@ -149,6 +149,6 @@ contexts:
149
captures:
150
0:punctuation.definition.comment.nsis
151
pop:true
152
- -match:(\!include|\!insertmacro)\b
+ -match:(?i)(\!include|\!insertmacro)\b
153
154
0:keyword.control.import.nsis