Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko authored and actions-user committed Feb 27, 2025
1 parent c08dc6b commit 34e9654
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
40 changes: 20 additions & 20 deletions grammars/keywords-mi.lark
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@ _DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_RETURN: ("whakahoki" | "return") _SPACE?
_PRINT: ("print" | "print") _SPACE?
_PLAY: ("play" | "play") _SPACE
_PLAY: ("whakatangihia" | "play") _SPACE
_ASK: ("pātai" | "ask")
_ECHO: ("echo" | "echo") _SPACE?
_FORWARD: ("forward" | "forward") _SPACE?
_TURN: ("turn" | "turn") _SPACE?
left: ("left" | "left") _SPACE?
right: ("right" | "right") _SPACE?
_FORWARD: ("neke whakamua" | "forward") _SPACE?
_TURN: ("huri" | "turn") _SPACE?
left: ("whakamauī" | "left") _SPACE?
right: ("whakamatau" | "right") _SPACE?
black: ("pango" | "black") _SPACE?
blue: ("kikorangi" | "blue") _SPACE?
brown: ("Parauri" | "brown") _SPACE?
gray: ("gray" | "gray") _SPACE?
green: ("green" | "green") _SPACE?
orange: ("orange" | "orange") _SPACE?
pink: ("pink" | "pink") _SPACE?
purple: ("purple" | "purple") _SPACE?
red: ("red" | "red") _SPACE?
white: ("white" | "white") _SPACE?
yellow: ("yellow" | "yellow") _SPACE?
brown: ("parauri" | "brown") _SPACE?
gray: ("kiwikiwi" | "gray") _SPACE?
green: ("kākāriki" | "green") _SPACE?
orange: ("karaka" | "orange") _SPACE?
pink: ("māwhero" | "pink") _SPACE?
purple: ("waiporoporo" | "purple") _SPACE?
red: ("whero" | "red") _SPACE?
white: ("" | "white") _SPACE?
yellow: ("kōwhai" | "yellow") _SPACE?
_IS: _SPACE ("is" | "is") _SPACE
_STANDALONE_IS: ("is" | "is")
_SLEEP: ("sleep" | "sleep") _SPACE?
_ADD_LIST: ("tāpiri" | "add") _SPACE
_TO_LIST: _SPACE? ("to" | "to")
_REMOVE: ("remove" | "remove") _SPACE
_FROM: _SPACE? ("from" | "from")
_REMOVE: ("tangohia" | "remove") _SPACE
_FROM: _SPACE? ("i" | "from")
_AT: _SPACE ("at" | "at") _SPACE
random: ("random" | "random") _SPACE?
_IN: _SPACE ("in" | "in") _SPACE
_NOT_IN: _SPACE ("not in" | "not in") _SPACE
_IF: ("if" | "if") _SPACE
_IF: ("mehemea" | "if") _SPACE
_ELSE: "else" | "else"
_AND: _SPACE? ("and" | "and") _SPACE
_REPEAT: ("repeat" | "repeat") _SPACE
_TIMES: _SPACE ("times" | "times")
_FOR: ("for" | "for") _SPACE
_FOR: ("" | "for") _SPACE
_RANGE: ("range" | "range") _SPACE?
_TO: _SPACE ("to" | "to") _SPACE
_STEP: "step" | "step"
_ELIF: _SPACE? ("elif" | "elif") _SPACE
_INPUT: ("input" | "input")
_INPUT: ("tāuru" | "input")
_OR: _SPACE? ("or" | "or") _SPACE
_WHILE: ("while" | "while") _SPACE
_LENGTH: "length" | "length"
Expand Down
40 changes: 20 additions & 20 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@
"at": "at",
"black": "pango|black",
"blue": "kikorangi|blue",
"brown": "Parauri|brown",
"brown": "parauri|brown",
"call": "call",
"clear": "clear",
"color": "kara|color",
Expand All @@ -2143,43 +2143,43 @@
"elif": "elif",
"else": "else",
"false": "false",
"for": "for",
"forward": "forward",
"from": "from",
"gray": "gray",
"green": "green",
"if": "if",
"for": "mō|for",
"forward": "neke whakamua|forward",
"from": "i|from",
"gray": "kiwikiwi|gray",
"green": "kākāriki|green",
"if": "mehemea|if",
"in": "in",
"input": "input",
"input": "tāuru|input",
"is": "is",
"left": "left",
"left": "whakamauī|left",
"length": "length",
"not_in": "not in",
"or": "or",
"orange": "orange",
"pink": "pink",
"play": "play",
"orange": "karaka|orange",
"pink": "māwhero|pink",
"play": "whakatangihia|play",
"pressed": "pressed",
"print": "print",
"purple": "purple",
"purple": "waiporoporo|purple",
"random": "random",
"range": "range",
"red": "red",
"remove": "remove",
"red": "whero|red",
"remove": "tangohia|remove",
"repeat": "repeat",
"return": "return",
"right": "right",
"return": "whakahoki|return",
"right": "whakamatau|right",
"sleep": "sleep",
"step": "step",
"times": "times",
"to": "to",
"to_list": "to",
"true": "true",
"turn": "turn",
"turn": "huri|turn",
"while": "while",
"white": "white",
"white": "mā|white",
"with": "with",
"yellow": "yellow",
"yellow": "kōwhai|yellow",
"DIGIT": "0123456789"
},
"ml": {
Expand Down
40 changes: 20 additions & 20 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -103528,7 +103528,7 @@ def note_with_error(value, err):
at: "at",
black: "pango|black",
blue: "kikorangi|blue",
brown: "Parauri|brown",
brown: "parauri|brown",
call: "call",
clear: "clear",
color: "kara|color",
Expand All @@ -103539,43 +103539,43 @@ def note_with_error(value, err):
elif: "elif",
else: "else",
false: "false",
for: "for",
forward: "forward",
from: "from",
gray: "gray",
green: "green",
if: "if",
for: "m\u014D|for",
forward: "neke whakamua|forward",
from: "i|from",
gray: "kiwikiwi|gray",
green: "k\u0101k\u0101riki|green",
if: "mehemea|if",
in: "in",
input: "input",
input: "t\u0101uru|input",
is: "is",
left: "left",
left: "whakamau\u012B|left",
length: "length",
not_in: "not in",
or: "or",
orange: "orange",
pink: "pink",
play: "play",
orange: "karaka|orange",
pink: "m\u0101whero|pink",
play: "whakatangihia|play",
pressed: "pressed",
print: "print",
purple: "purple",
purple: "waiporoporo|purple",
random: "random",
range: "range",
red: "red",
remove: "remove",
red: "whero|red",
remove: "tangohia|remove",
repeat: "repeat",
return: "return",
right: "right",
return: "whakahoki|return",
right: "whakamatau|right",
sleep: "sleep",
step: "step",
times: "times",
to: "to",
to_list: "to",
true: "true",
turn: "turn",
turn: "huri|turn",
while: "while",
white: "white",
white: "m\u0101|white",
with: "with",
yellow: "yellow",
yellow: "k\u014Dwhai|yellow",
DIGIT: "0123456789"
},
ml: {
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

0 comments on commit 34e9654

Please sign in to comment.