diff --git a/NSIS.sublime-syntax b/NSIS.sublime-syntax index b0088ea..1150e8b 100644 --- a/NSIS.sublime-syntax +++ b/NSIS.sublime-syntax @@ -24,7 +24,7 @@ contexts: scope: entity.name.section.nsis - match: ^\s*(?i)(CompareDLLVersions|CompareFileTimes|DirShow|DisabledBitmap|EnabledBitmap|GetFullDLLPath|GetParent|PackEXEHeader|SectionDivider|SetPluginUnload|SubSection(End)?|UninstallExeName)\b scope: invalid.deprecated.nsis - - match: ^\s*(?i)\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|error|execute|finalize|getdllversion|gettlbversion|include|insertmacro|macro|macroend|makensis|packhdr|pragma|searchparse|searchreplace|system|tempfile|undef|verbose|warning)\b + - match: ^\s*(?i)\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|error|execute|finalize|getdllversion|gettlbversion|include|insertmacro|macro|macroend|makensis|packhdr|pragma|searchparse|searchreplace|system|tempfile|undef|verbose|uninstfinalize|warning)\b scope: keyword.other.nsis - match: ^\s*(?i)\!(ifdef|ifndef|if|ifmacrodef|ifmacrondef|else|endif)\b scope: keyword.control.nsis