mirror of
https://github.com/Reuh/sublime-anselme.git
synced 2025-10-27 11:49:30 +00:00
Remove ~, ~? and @ operators
This commit is contained in:
parent
2da885abe8
commit
13408c49d9
1 changed files with 3 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ variables:
|
|||
[^0-9\s\'{{identifier_disallowed}}][^{{identifier_disallowed}}]*
|
||||
|\_( \! | \- | \* | \~ )
|
||||
|( \! )\_
|
||||
|\_( \|\> | \+ | \- | \/ | \/\/ | \* | \^ | \% | \& | \| | \=\= | \= | \!\= | \>\= | \<\= | \< | \> | \~ | \~\? | \. | \:\: | \# | \: )\_
|
||||
|\_( \|\> | \+ | \- | \/ | \/\/ | \* | \^ | \% | \& | \| | \=\= | \= | \!\= | \>\= | \<\= | \< | \> | \. | \:\: | \# | \: )\_
|
||||
)
|
||||
|
||||
contexts:
|
||||
|
|
@ -95,10 +95,7 @@ contexts:
|
|||
- match: '\$'
|
||||
scope: keyword.declaration.anselme meta.function.anselme
|
||||
set: primary
|
||||
- match: '\~'
|
||||
scope: keyword.control.conditional.anselme
|
||||
set: primary
|
||||
- match: '\@|\;'
|
||||
- match: '\;'
|
||||
scope: keyword.control.anselme
|
||||
set: primary
|
||||
- match: '\-'
|
||||
|
|
@ -213,7 +210,7 @@ contexts:
|
|||
- match: '\,'
|
||||
scope: punctuation.separator.sequence.anselme
|
||||
push: primary
|
||||
- match: '\~|\~\?|\|\>'
|
||||
- match: '\|\>'
|
||||
scope: keyword.control.conditional.anselme
|
||||
push: primary
|
||||
- match: '\#|\:\:|\:|\-\>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue