Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 5, 2016
1 parent bc47965 commit 8cf106a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions nsL Assembler.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,6 @@ contexts:
scope: variable.other.nsl
- match: '{{definitions}}'
scope: constant.other.nsl

- match: '\b(#nsis)\b'
captures:
0: punctuation.definition.string.begin.nsl
push:
- meta_scope: string.quoted.back.nsl
- match: `\b(#nsisend)\b'
captures:
0: punctuation.definition.string.end.nsl
pop: true
- match: '{{escape_char}}'
scope: constant.character.escape.nsl
- match: '{{uservar}}'
scope: variable.other.nsl
- match: '{{variable}}'
scope: variable.language.nsl
- match: '{{language}}'
scope: variable.other.nsl
- match: '{{definitions}}'
scope: constant.other.nsl
- match: (//).*$\n?
scope: comment.line.nsl
captures:
Expand Down

0 comments on commit 8cf106a

Please sign in to comment.