Skip to content

Commit

Permalink
improve patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Oct 8, 2016
1 parent 96abcdd commit 2aa5398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSIS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contexts:
scope: keyword.command.nsis
- match: ^\s*\!(ifdef|ifndef|if|ifmacrodef|ifmacrondef|else|endif)\b
scope: keyword.control.nsis
- match: (\b|^\s*)(?i)\w+\:\:\w+
- match: ^\s*(?i)\w+\:\:\w+
scope: keyword.plugin.nsis
- match: "[!<>]?=|<>|<|>"
scope: keyword.operator.comparison.nsis
Expand Down

0 comments on commit 2aa5398

Please sign in to comment.