mirror of
https://github.com/Reuh/sublime-candran.git
synced 2025-10-27 10:09:31 +00:00
Fix @
This commit is contained in:
parent
e68cb5fd22
commit
2958538d03
1 changed files with 2 additions and 3 deletions
|
|
@ -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: |-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue