mirror of
https://github.com/Reuh/sublime-anselme.git
synced 2025-10-27 19:59: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}}]*
|
[^0-9\s\'{{identifier_disallowed}}][^{{identifier_disallowed}}]*
|
||||||
|\_( \! | \- | \* | \~ )
|
|\_( \! | \- | \* | \~ )
|
||||||
|( \! )\_
|
|( \! )\_
|
||||||
|\_( \|\> | \+ | \- | \/ | \/\/ | \* | \^ | \% | \& | \| | \=\= | \= | \!\= | \>\= | \<\= | \< | \> | \~ | \~\? | \. | \:\: | \# | \: )\_
|
|\_( \|\> | \+ | \- | \/ | \/\/ | \* | \^ | \% | \& | \| | \=\= | \= | \!\= | \>\= | \<\= | \< | \> | \. | \:\: | \# | \: )\_
|
||||||
)
|
)
|
||||||
|
|
||||||
contexts:
|
contexts:
|
||||||
|
|
@ -95,10 +95,7 @@ contexts:
|
||||||
- match: '\$'
|
- match: '\$'
|
||||||
scope: keyword.declaration.anselme meta.function.anselme
|
scope: keyword.declaration.anselme meta.function.anselme
|
||||||
set: primary
|
set: primary
|
||||||
- match: '\~'
|
- match: '\;'
|
||||||
scope: keyword.control.conditional.anselme
|
|
||||||
set: primary
|
|
||||||
- match: '\@|\;'
|
|
||||||
scope: keyword.control.anselme
|
scope: keyword.control.anselme
|
||||||
set: primary
|
set: primary
|
||||||
- match: '\-'
|
- match: '\-'
|
||||||
|
|
@ -213,7 +210,7 @@ contexts:
|
||||||
- match: '\,'
|
- match: '\,'
|
||||||
scope: punctuation.separator.sequence.anselme
|
scope: punctuation.separator.sequence.anselme
|
||||||
push: primary
|
push: primary
|
||||||
- match: '\~|\~\?|\|\>'
|
- match: '\|\>'
|
||||||
scope: keyword.control.conditional.anselme
|
scope: keyword.control.conditional.anselme
|
||||||
push: primary
|
push: primary
|
||||||
- match: '\#|\:\:|\:|\-\>'
|
- match: '\#|\:\:|\:|\-\>'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue