Skip to content

Commit

Permalink
add !uninstfinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 12, 2022
1 parent 68974f8 commit 4194f56
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|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
Expand Down

0 comments on commit 4194f56

Please sign in to comment.