Skip to content

Commit

Permalink
NSIS: Update regex pattern for variables (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 4, 2021
1 parent 55583fb commit adcc878
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/prism-nsis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/prism-nsis.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tests/languages/nsis/variable_feature.test
@@ -1,11 +1,13 @@
$INTERNET_CACHE
$LANGUAGE
$mui.Button.Next

----------------------------------------------------

[
["variable", "$INTERNET_CACHE"],
["variable", "$LANGUAGE"]
["variable", "$LANGUAGE"],
["variable", "$mui.Button.Next"]
]

----------------------------------------------------
Expand Down

0 comments on commit adcc878

Please sign in to comment.