Skip to content

Commit

Permalink
Merge branch 'idleberg-gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
# Conflicts:
#	components/prism-nsis.min.js
  • Loading branch information
Golmote committed May 8, 2017
2 parents 2094221 + 48bbc39 commit 01a59d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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.

6 changes: 5 additions & 1 deletion tests/languages/nsis/constant_feature.test
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
$(myLicenseData)
$(^Name)
${LANG_ENGLISH}
${AtLeastWin8.1}
${nsArray_Copy}
${xml::CreateNode}
${^EXAMPLE}

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

[
["constant", "$(myLicenseData)"],
["constant", "$(^Name)"],
["constant", "${LANG_ENGLISH}"],
["constant", "${AtLeastWin8.1}"],
["constant", "${nsArray_Copy}"],
["constant", "${xml::CreateNode}"]
["constant", "${xml::CreateNode}"],
["constant", "${^EXAMPLE}"]
]

----------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions tests/languages/nsis/keyword_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ SetFileAttributes
SetFont
SetOutPath
SetOverwrite
SetPluginUnload
SetRebootFlag
SetRegView
SetShellVarContext
Expand Down Expand Up @@ -384,7 +383,6 @@ XPStyle
["keyword", "SetFont"],
["keyword", "SetOutPath"],
["keyword", "SetOverwrite"],
["keyword", "SetPluginUnload"],
["keyword", "SetRebootFlag"],
["keyword", "SetRegView"],
["keyword", "SetShellVarContext"],
Expand Down

0 comments on commit 01a59d8

Please sign in to comment.