Skip to content

Commit

Permalink
Automatically update JavaScript bundle 🤖 beep boop
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and actions-user committed Nov 22, 2022
1 parent 3eda655 commit da50bb7
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion grammars/keywords-es.lark
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ _OR: _SPACE ("o" | "or") _SPACE
_WHILE: ("mientras" | "while") _SPACE
_LENGTH: "longitud" | "length"
_COLOR : ("color" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_PRESSED: ("presionada" | "pressed") _SPACE?
2 changes: 1 addition & 1 deletion grammars/keywords-ru.lark
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ _OR: _SPACE ("или" | "or") _SPACE
_WHILE: ("пока" | "while") _SPACE
_LENGTH: "длина" | "length"
_COLOR : ("цвет" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_PRESSED: ("нажмите" | "pressed") _SPACE?
2 changes: 1 addition & 1 deletion grammars/keywords-sq.lark
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ _OR: _SPACE ("ose" | "or") _SPACE
_WHILE: ("derisa" | "while") _SPACE
_LENGTH: "gjatësia" | "length"
_COLOR : ("ngjyrë" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_PRESSED: ("shtypur" | "pressed") _SPACE?
46 changes: 46 additions & 0 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,52 @@
"yellow": "yellow",
"DIGIT": "0123456789"
},
"vi": {
"add": "add",
"and": "and",
"ask": "ask",
"at": "at",
"black": "black",
"blue": "blue",
"brown": "brown",
"color": "color",
"comma": ",",
"echo": "echo",
"elif": "elif",
"else": "else",
"for": "for",
"forward": "forward",
"from": "from",
"gray": "gray",
"green": "green",
"if": "if",
"in": "in",
"input": "input",
"is": "is",
"left": "left",
"length": "length",
"or": "or",
"orange": "orange",
"pink": "pink",
"print": "print",
"purple": "purple",
"random": "random",
"range": "range",
"red": "red",
"remove": "remove",
"repeat": "repeat",
"right": "right",
"sleep": "sleep",
"step": "step",
"times": "times",
"to": "to",
"to_list": "to",
"turn": "turn",
"while": "while",
"white": "white",
"yellow": "yellow",
"DIGIT": "0123456789"
},
"zh_Hans": {
"add": "加|add",
"and": "并且|and",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

0 comments on commit da50bb7

Please sign in to comment.