diff --git a/pyproject.toml b/pyproject.toml index 4b45289..94410d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon-ta" -version = "0.1.1" +version = "0.2.0" description = "Tamil language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" @@ -12,7 +12,7 @@ authors = [ { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" } ] keywords = ["foreignthon", "tamil", "தமிழ்"] -dependencies = ["foreignthon>=0.1.0"] +dependencies = ["foreignthon>=0.4.0"] [project.entry-points."foreignthon.langs"] ta = "foreignthon_ta" diff --git a/src/foreignthon_ta/ta.json b/src/foreignthon_ta/ta.json index b8c4b9c..97a57a2 100644 --- a/src/foreignthon_ta/ta.json +++ b/src/foreignthon_ta/ta.json @@ -126,5 +126,17 @@ "தொகுப்புகள்": "collections", "பாதை": "pathlib", "வழக்கமொழி": "re" - } -} + }, + "postfix_keywords": [ + "if", + "elif", + "while", + "def", + "class", + "for", + "with", + "try", + "except", + "finally" + ] +} \ No newline at end of file