1
0
Fork 0
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:
Étienne Fildadut 2024-01-02 15:55:03 +01:00
parent 2da885abe8
commit 13408c49d9

View file

@ -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: '\#|\:\:|\:|\-\>'