File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 {
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" ,
You can’t perform that action at this time.
0 commit comments