fixed some tamil traits

This commit is contained in:
2026-05-16 12:34:48 -05:00
parent b31ba536e4
commit ef87091391
2 changed files with 14 additions and 15 deletions

View File

@@ -8,19 +8,19 @@
},
"keywords": {
"ஆனால்": "if",
"இல்லையெனில்": "else",
"இல்லெனில்": "elif",
"ஒவ்வொன்றும்": "for",
"தொடர்": "while",
"வரையறு": "def",
"வகுப்பு": "class",
"திரும்ப": "return",
"மற்றபடி": "else",
"இல்லைஆனால்": "elif",
"ஆக": "for",
"வரை": "while",
"நிரல்பாகம்": "def",
"கோப்பு": "class",
"பின்கோடு": "return",
"நிறுத்து": "break",
"தொடரவும்": "continue",
"தொடர்": "continue",
"கடந்துசெல்": "pass",
"முயற்சி": "try",
"தவிர": "except",
"இறுதியில்": "finally",
"கடைசியில்": "finally",
"எழுப்பு": "raise",
"உடன்": "with",
"இறக்கு": "import",
@@ -44,13 +44,13 @@
"ஒன்றுமில்லை": "None"
},
"builtins": {
"அச்சிடு": "print",
"பதிப்பி": "print",
"உள்ளீடு": "input",
"நீளம்": "len",
"வரம்பு": "range",
"வகை": "type",
"முழுஎண்": "int",
"மிதவை": "float",
"தசமஎண்": "float",
"சரம்": "str",
"பட்டியல்": "list",
"அகராதி": "dict",
@@ -131,12 +131,11 @@
"if",
"elif",
"while",
"def",
"class",
"for",
"with",
"try",
"except",
"finally"
"finally",
"from"
]
}