Skip to content

Commit c53b701

Browse files
committed
Update erg.tmLanguage.json
1 parent d22dbb3 commit c53b701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/erg.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
"name": "keyword.operator.arithmetic.erg"
364364
},
365365
{
366-
"match": "(?:(?<=\\s)in|and|or|not(?=\\s))",
366+
"match": "(?: and | or | not )",
367367
"name": "keyword.operator.relation.erg"
368368
},
369369
{
@@ -956,7 +956,7 @@
956956
"patterns": [
957957
{
958958
"name": "support.function.builtin.erg",
959-
"match": "(?x)\n (?<!\\.) \\b(\n __import__ | abs | all | any | ascii | assert | bin | breakpoint | callable\n | chr | compile | copyright | credits | delattr | dir | divmod\n | enumerate | eval | exec | exit | filter | format | getattr\n | globals | hasattr | hash | help | hex | id | import\n | isinstance | issubclass | iter | len | license | locals | log | map\n | max | memoryview | min | next | oct | open | ord | pow | pyimport\n | quit | range | reload | repr | reversed | round\n | setattr | sorted | sum | vars | zip | Class | Trait | Inheritable | Inherit | Structural\n )\\b\n"
959+
"match": "(?x)\n (?<!\\.) \\b(\n __import__ | abs | all | any | ascii | assert | bin | breakpoint | callable\n | chr | compile | copyright | credits | delattr | dir | discard | divmod\n | enumerate | eval | exec | exit | filter | format | getattr\n | globals | hasattr | hash | help | hex | id | import\n | isinstance | issubclass | iter | len | license | locals | log | map\n | max | memoryview | min | next | oct | open | ord | pow | pyimport\n | quit | range | reload | repr | reversed | round\n | setattr | sorted | sum | vars | zip | Class | Trait | Inheritable | Inherit | Structural\n )\\b\n"
960960
},
961961
{
962962
"name": "variable.legacy.builtin.erg",

0 commit comments

Comments
 (0)