1
0
Fork 0
mirror of https://github.com/Reuh/sublime-candran.git synced 2025-10-27 10:09:31 +00:00
This commit is contained in:
Étienne Fildadut 2019-08-11 17:45:58 +02:00
parent e68cb5fd22
commit 2958538d03

View file

@ -371,6 +371,8 @@ contexts:
scope: keyword.operator.arithmetic.candran scope: keyword.operator.arithmetic.candran
- match: \~ - match: \~
scope: keyword.operator.bitwise.candran scope: keyword.operator.bitwise.candran
- match: '@'
scope: variable.language.this.candran
- match: not{{identifier_break}} - match: not{{identifier_break}}
scope: keyword.operator.logical.candran scope: keyword.operator.logical.candran
@ -400,9 +402,6 @@ contexts:
- match: self|@{{identifier_break}} - match: self|@{{identifier_break}}
scope: variable.language.this.candran scope: variable.language.this.candran
pop: true pop: true
- match: '@{{identifier_start}}'
scope: variable.language.this.candran
pop: true
support: support:
- match: |- - match: |-