Skip to content

Commit

Permalink
Add missing NSIS commands (#1289)
Browse files Browse the repository at this point in the history
* add missing commands

* update tests
  • Loading branch information
idleberg authored and Golmote committed Feb 12, 2018
1 parent bd1e98b commit ad2948f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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: 4 additions & 0 deletions tests/languages/nsis/keyword_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ NSISdl
OutFile
Page
PageCallbacks
PEDllCharacteristics
PESubsysVer
Pop
Push
Quit
Expand Down Expand Up @@ -355,6 +357,8 @@ XPStyle
["keyword", "OutFile"],
["keyword", "Page"],
["keyword", "PageCallbacks"],
["keyword", "PEDllCharacteristics"],
["keyword", "PESubsysVer"],
["keyword", "Pop"],
["keyword", "Push"],
["keyword", "Quit"],
Expand Down

0 comments on commit ad2948f

Please sign in to comment.