mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-08 08:50:57 +00:00
Update keywords for infix operators
This commit is contained in:
parent
58e11c0b2d
commit
87661ef308
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ rules:
|
|||
# decorators
|
||||
- identifier.macro: "@[A-Za-z0-9_]+"
|
||||
# operators
|
||||
- symbol.operator: "[-+*/|=%<>&~^]|\\b(and|not|or|is|in)\\b"
|
||||
- symbol.operator: "[-+*/|=%<>&~^]|\\b(in|isa|where)\\b"
|
||||
# parentheses
|
||||
- symbol.brackets: "([(){}]|\\[|\\])"
|
||||
# numbers
|
||||
|
|
|
|||
Loading…
Reference in a new issue