Skip to content

Commit adcc878

Browse files
authored
NSIS: Update regex pattern for variables (#3266)
1 parent 55583fb commit adcc878

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

components/prism-nsis.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/prism-nsis.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/languages/nsis/variable_feature.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
$INTERNET_CACHE
22
$LANGUAGE
3+
$mui.Button.Next
34

45
----------------------------------------------------
56

67
[
78
["variable", "$INTERNET_CACHE"],
8-
["variable", "$LANGUAGE"]
9+
["variable", "$LANGUAGE"],
10+
["variable", "$mui.Button.Next"]
911
]
1012

1113
----------------------------------------------------

0 commit comments

Comments
 (0)