1
0
Fork 0
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:
Étienne Fildadut 2019-08-23 23:43:25 +02:00
parent 516e3ea156
commit 5fb5596229

View file

@ -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