Skip to content

Commit

Permalink
Merge branch 'main' into commands-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 27, 2023
2 parents 217e55a + 1a8df1b commit 189c58f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-ca.lark
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_DEFINE: ("defineix" | "define") _SPACE?
_CALL: ("crida" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
Expand Down
2 changes: 1 addition & 1 deletion grammars/keywords-fr.lark
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_PRINT: ("affiche" | "print") _SPACE?
_ASK: ("demande" | "ask") _SPACE?
_ECHO: ("dis" | "echo") _SPACE?
_ECHO: ("répète" | "echo") _SPACE?
_FORWARD: ("avance" | "forward") _SPACE?
_TURN: ("tourne" | "turn") _SPACE?
left: ("gauche" | "left") _SPACE?
Expand Down
6 changes: 3 additions & 3 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@
"black": "negre|black",
"blue": "blau|blue",
"brown": "marró|brown",
"call": "call",
"call": "crida|call",
"clear": "Neteja|clear",
"color": "color",
"comma": ",",
"def": "def",
"define": "define",
"define": "defineix|define",
"echo": "mostrar|echo",
"elif": "si no si|elif",
"else": "sino|else",
Expand Down Expand Up @@ -808,7 +808,7 @@
"comma": ",",
"def": "def",
"define": "define",
"echo": "dis|echo",
"echo": "répète|echo",
"elif": "sinon si|elif",
"else": "sinon|else",
"for": "pour|for",
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 189c58f

Please sign in to comment.