Skip to content

Commit

Permalink
add !assert command
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 2, 2023
1 parent 619a65a commit ecc8314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSIS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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|uninstfinalize|warning)\b
- match: ^\s*(?i)\!(addincludedir|addplugindir|appendfile|assert|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
Expand Down

0 comments on commit ecc8314

Please sign in to comment.