File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33 "displayName" : " vscode-erg" ,
44 "description" : " Erg language support for Visual Studio Code" ,
55 "publisher" : " erg-lang" ,
6- "version" : " 0.1.3 " ,
6+ "version" : " 0.1.4 " ,
77 "engines" : {
88 "vscode" : " ^1.70.0"
99 },
Original file line number Diff line number Diff line change 366366 "match" : " (?: and | or | not )" ,
367367 "name" : " keyword.operator.relation.erg"
368368 },
369+ {
370+ "match" : " (?: cross | dot )" ,
371+ "name" : " keyword.operator.vector.erg"
372+ },
373+ {
374+ "match" : " (?: is | isnot | in | notin )" ,
375+ "name" : " keyword.operator.other.erg"
376+ },
369377 {
370378 "match" : " (?:\\ .(?=(?:@|_|\\ p{L}))|\\ .\\ .+)" ,
371379 "name" : " keyword.operator.dots.erg"
956964 "patterns" : [
957965 {
958966 "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 | 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 | Patch | Structural | Subsume\n )\\ b\n "
967+ "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 | not | oct | open | ord | pow | pyimport\n | quit | range | reload | repr | reversed | round\n | setattr | sorted | sum | vars | zip | Class | Trait | Inheritable | Inherit | Patch | Structural | Subsume\n )\\ b\n "
960968 },
961969 {
962970 "name" : " variable.legacy.builtin.erg" ,
You can’t perform that action at this time.
0 commit comments