mirror of
https://github.com/Reuh/sublime-anselme.git
synced 2025-10-27 11:49:30 +00:00
Update to 0.11
This commit is contained in:
parent
516e3ea156
commit
5fb5596229
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ file_extensions:
|
||||||
scope: source.anselme
|
scope: source.anselme
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
identifier: '[^\{\}\§\>\<\(\)\~\+\-\*\/\%\=\!\&\|\:\^\,\@\s\.\#\"\d][^\{\}\§\>\<\(\)\~\+\-\*\/\%\=\!\&\|\:\^\,\@\s\.\#\"]*'
|
identifier: '[^\{\}\§\>\<\(\)\~\+\-\*\/\%\=\?\!\&\|\:\^\,\@\s\.\#\"\d][^\{\}\§\>\<\(\)\~\+\-\*\/\%\=\?\!\&\|\:\^\,\@\s\.\#\"]*'
|
||||||
|
|
||||||
contexts:
|
contexts:
|
||||||
main:
|
main:
|
||||||
|
|
@ -74,7 +74,7 @@ contexts:
|
||||||
|
|
||||||
expression:
|
expression:
|
||||||
- meta_scope: meta.group.anselme
|
- meta_scope: meta.group.anselme
|
||||||
- match: '[|&!]'
|
- match: '[|&!?]'
|
||||||
scope: keyword.operator.logical.anselme
|
scope: keyword.operator.logical.anselme
|
||||||
- match: '[+\-*/%^<>=]'
|
- match: '[+\-*/%^<>=]'
|
||||||
scope: keyword.operator.arithmetic.anselme
|
scope: keyword.operator.arithmetic.anselme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue