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
Felienne authored and actions-user committed Dec 14, 2022
1 parent b19a7d6 commit a91701a
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2 deletions.
45 changes: 45 additions & 0 deletions grammars/keywords-te.lark
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
_PRINT: ("ముద్రణ" | "print") _SPACE?
_ASK: ("అడగండి" | "ask") _SPACE?
_ECHO: ("ప్రతిధ్వని" | "echo") _SPACE?
_FORWARD: ("ముందుకు" | "forward") _SPACE?
_TURN: ("మలుపు" | "turn") _SPACE?
left: ("left" | "left") _SPACE?
right: ("right" | "right") _SPACE?
black: ("black" | "black") _SPACE?
blue: ("blue" | "blue") _SPACE?
brown: ("brown" | "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?
_IS: _SPACE ("ఉంది" | "is") _SPACE
_SLEEP: ("నిద్ర" | "sleep") _SPACE?
_ADD_LIST: ("జోడించు" | "add") _SPACE
_TO_LIST: _SPACE ("కు" | "to") _SPACE
_REMOVE: ("తొలగించు" | "remove") _SPACE
_FROM: _SPACE ("నుండి" | "from") _SPACE
_AT: _SPACE ("వద్ద" | "at") _SPACE
random: ("యాదృచ్ఛికంగా" | "random") _SPACE?
_IN: _SPACE ("मेలో" | "in") _SPACE
_NOT_IN: _SPACE ("not in" | "not in") _SPACE
_IF: ("ఉంటే" | "if") _SPACE
_ELSE: "లేకపోతే" | "else"
_AND: _SPACE ("మరియు" | "and") _SPACE
_REPEAT: ("పునరావృతం" | "repeat") _SPACE
_TIMES: _SPACE ("సార్లు" | "times")
_FOR: ("కోసం" | "for") _SPACE
_RANGE: ("పరిధి" | "range") _SPACE?
_TO: _SPACE ("కు" | "to") _SPACE
_STEP: "అడుగు" | "step"
_ELIF: _SPACE? ("మరొకటి ఉంటే" | "elif") _SPACE
_INPUT: ("ఇన్పుట్" | "input")
_OR: _SPACE ("లేదా" | "or") _SPACE
_WHILE: ("అయితే" | "while") _SPACE
_LENGTH: "పొడవు" | "length"
_COLOR : ("color" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_BUTTON: ("button" | "button") _SPACE?
47 changes: 47 additions & 0 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,53 @@
"yellow": "yellow",
"DIGIT": "0123456789"
},
"te": {
"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",
"pressed": "pressed",
"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"
},
"th": {
"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 a91701a

Please sign in to comment.