Skip to content

Commit adcc878

Browse files
authoredDec 4, 2021
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎components/prism-nsis.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/languages/nsis/variable_feature.test

+3-1
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)
Please sign in to comment.