Skip to content

Commit

Permalink
fix: add undocumented Target command
Browse files Browse the repository at this point in the history
Merge pull request #4839 from idleberg/patch-4
  • Loading branch information
andrewnester committed Jul 14, 2022
2 parents acad68c + 12928ba commit 62e8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/nsis_highlight_rules.js
Expand Up @@ -80,7 +80,7 @@ var NSISHighlightRules = function() {
regex: /\b(?:false|off)\b/
}, {
token: "constant.language.option.nsis",
regex: /(?:\b|^\s*)(?:(?: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/,
regex: /(?:\b|^\s*)(?:(?:un\.)?components|(?:un\.)?custom|(?:un\.)?directory|(?:un\.)?instfiles|(?:un\.)?license|uninstConfirm|admin|all|amd64-unicode|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|x86-(ansi|unicode)|zlib)\b/,
caseInsensitive: true
}, {
token: "constant.language.slash-option.nsis",
Expand Down

0 comments on commit 62e8e9e

Please sign in to comment.