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 Jan 6, 2025
1 parent b896c64 commit b1dfeb7
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 230 deletions.
106 changes: 53 additions & 53 deletions grammars/keywords-ta.lark
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
_DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_PRINT: ("print" | "print") _SPACE?
_PLAY: ("play" | "play") _SPACE
_ASK: ("ask" | "ask")
_ECHO: ("echo" | "echo") _SPACE?
_FORWARD: ("forward" | "forward") _SPACE?
_TURN: ("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" | "is") _SPACE
_STANDALONE_IS: ("is" | "is")
_SLEEP: ("sleep" | "sleep") _SPACE?
_ADD_LIST: ("add" | "add") _SPACE
_TO_LIST: _SPACE? ("to" | "to")
_REMOVE: ("remove" | "remove") _SPACE
_FROM: _SPACE? ("from" | "from")
_DEFINE: ("வரையறுக்கவும்" | "define") _SPACE?
_CALL: ("அழைப்பு" | "call") _SPACE?
_WITH: ("உடன்" | "with") _SPACE?
_DEF: ("டெஃப்" | "def") _SPACE?
_RETURN: ("திரும்ப" | "return") _SPACE?
_PRINT: ("அச்சிடுக" | "print") _SPACE?
_PLAY: ("விளையாடுங்கள்" | "play") _SPACE
_ASK: ("கேளுங்கள்" | "ask")
_ECHO: ("எதிரொலி" | "echo") _SPACE?
_FORWARD: ("முன்னோக்கி" | "forward") _SPACE?
_TURN: ("திருப்பம்" | "turn") _SPACE?
left: ("இடது" | "left") _SPACE?
right: ("வலது" | "right") _SPACE?
black: ("கருப்பு" | "black") _SPACE?
blue: ("நீலம்" | "blue") _SPACE?
brown: ("பழுப்பு" | "brown") _SPACE?
gray: ("சாம்பல்" | "gray") _SPACE?
green: ("பச்சை" | "green") _SPACE?
orange: ("ஆரஞ்சு" | "orange") _SPACE?
pink: ("இளஞ்சிவப்பு" | "pink") _SPACE?
purple: ("ஊதா" | "purple") _SPACE?
red: ("சிவப்பு" | "red") _SPACE?
white: ("வெள்ளை" | "white") _SPACE?
yellow: ("மஞ்சள்" | "yellow") _SPACE?
_IS: _SPACE ("என்பது" | "is") _SPACE
_STANDALONE_IS: ("என்பது" | "is")
_SLEEP: ("தூங்கு" | "sleep") _SPACE?
_ADD_LIST: ("கூட்டு" | "add") _SPACE
_TO_LIST: _SPACE? ("பெறுநர்" | "to")
_REMOVE: ("அகற்று" | "remove") _SPACE
_FROM: _SPACE? ("இருந்து" | "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
_ELSE: "else" | "else"
_AND: _SPACE? ("and" | "and") _SPACE
_REPEAT: ("repeat" | "repeat") _SPACE
_TIMES: _SPACE ("times" | "times")
_FOR: ("for" | "for") _SPACE
_RANGE: ("range" | "range") _SPACE?
_TO: _SPACE ("to" | "to") _SPACE
_STEP: "step" | "step"
_ELIF: _SPACE? ("elif" | "elif") _SPACE
_INPUT: ("input" | "input")
_OR: _SPACE? ("or" | "or") _SPACE
_WHILE: ("while" | "while") _SPACE
_LENGTH: "length" | "length"
_COLOR : ("color" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
clear: ("clear" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
FALSE: ("false" | "False" | "false" | "False") _SPACE?
random: ("சீரற்ற" | "random") _SPACE?
_IN: _SPACE ("இல்" | "in") _SPACE
_NOT_IN: _SPACE ("இல்லை" | "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") _SPACE?
_PRESSED: ("அழுத்தியது" | "pressed") _SPACE?
clear: ("தெளிவான" | "clear") _SPACE?
TRUE: ("உண்மை" | "உண்மை" | "true" | "True") _SPACE?
FALSE: ("தவறு" | "தவறு" | "false" | "False") _SPACE?
108 changes: 54 additions & 54 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2832,62 +2832,62 @@
"DIGIT": "0123456789"
},
"ta": {
"False": "False",
"True": "True",
"add": "add",
"and": "and",
"ask": "ask",
"False": "தவறு|False",
"True": "உண்மை|True",
"add": "கூட்டு|add",
"and": "மற்றும்|and",
"ask": "கேளுங்கள்|ask",
"at": "at",
"black": "black",
"blue": "blue",
"brown": "brown",
"call": "call",
"clear": "clear",
"color": "color",
"black": "கருப்பு|black",
"blue": "நீலம்|blue",
"brown": "பழுப்பு|brown",
"call": "அழைப்பு|call",
"clear": "தெளிவான|clear",
"color": "நிறம்|color",
"comma": ",",
"def": "def",
"define": "define",
"echo": "echo",
"elif": "elif",
"else": "else",
"false": "false",
"for": "for",
"forward": "forward",
"from": "from",
"gray": "gray",
"green": "green",
"if": "if",
"in": "in",
"input": "input",
"is": "is",
"left": "left",
"length": "length",
"not_in": "not in",
"or": "or",
"orange": "orange",
"pink": "pink",
"play": "play",
"pressed": "pressed",
"print": "print",
"purple": "purple",
"random": "random",
"range": "range",
"red": "red",
"remove": "remove",
"repeat": "repeat",
"return": "return",
"right": "right",
"sleep": "sleep",
"step": "step",
"times": "times",
"to": "to",
"to_list": "to",
"true": "true",
"turn": "turn",
"while": "while",
"white": "white",
"with": "with",
"yellow": "yellow",
"def": "டெஃப்|def",
"define": "வரையறுக்கவும்|define",
"echo": "எதிரொலி|echo",
"elif": "எலிஃப்|elif",
"else": "வேறு|else",
"false": "தவறு|false",
"for": "க்கு|for",
"forward": "முன்னோக்கி|forward",
"from": "இருந்து|from",
"gray": "சாம்பல்|gray",
"green": "பச்சை|green",
"if": "என்றால்|if",
"in": "இல்|in",
"input": "உள்ளீடு|input",
"is": "என்பது|is",
"left": "இடது|left",
"length": "நீளம்|length",
"not_in": "இல்லை|not in",
"or": "அல்லது|or",
"orange": "ஆரஞ்சு|orange",
"pink": "இளஞ்சிவப்பு|pink",
"play": "விளையாடுங்கள்|play",
"pressed": "அழுத்தியது|pressed",
"print": "அச்சிடுக|print",
"purple": "ஊதா|purple",
"random": "சீரற்ற|random",
"range": "வீச்சு|range",
"red": "சிவப்பு|red",
"remove": "அகற்று|remove",
"repeat": "மீண்டும்|repeat",
"return": "திரும்ப|return",
"right": "வலது|right",
"sleep": "தூங்கு|sleep",
"step": "படி|step",
"times": "பெருக்கல்|times",
"to": "பெறுநர்|to",
"to_list": "பெறுநர்|to",
"true": "உண்மை|true",
"turn": "திருப்பம்|turn",
"while": "போது|while",
"white": "வெள்ளை|white",
"with": "உடன்|with",
"yellow": "மஞ்சள்|yellow",
"DIGIT": "0123456789"
},
"te": {
Expand Down
Loading

0 comments on commit b1dfeb7

Please sign in to comment.