We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
$$
1 parent d510b79 commit e30fd38Copy full SHA for e30fd38
src/common/scripts/language/vyxal-lit.grammar
@@ -92,7 +92,7 @@ lambda<"reduce<">
92
WeirdKW {$[a-zA-Z\-?]$[a-zA-Z0-9\-?!*+=<>&%]*":"?}
93
ModifierKW { $[a-zA-Z]$[a-zA-Z0-9\-?!*+=<>&%]*":"}
94
NormalKW { $[a-zA-Z]$[a-zA-Z0-9\-?!*+=<>&%]*"n't"*}
95
- VariableThing { ("" | ":=" | ":>" | ":=[") $[a-zA-Z]$[a-zA-Z0-9_]* }
+ VariableThing { ("$" | ":=" | ":>" | ":=[") $[a-zA-Z]$[a-zA-Z0-9_]* }
96
Number { "." | "0" | ($[1-9] $[0-9]*) }
97
ListStuff { "[" | "]" }
98
String {'"' (!["„”“\\] | "\\" _)* $["„”“]}
0 commit comments