Compare commits

4 Commits

Author SHA1 Message Date
5443c67499 Fixed toml issue with tempalte
All checks were successful
Pack Validation CI / validate (push) Successful in 8s
Publish Language Pack / verify (push) Successful in 7s
Publish Language Pack / publish (push) Successful in 12s
2026-06-13 13:09:23 -04:00
9db5af9e07 Fixed toml issue with tempalte 2026-06-13 13:08:36 -04:00
16a16d9ba7 fixed init.py path
All checks were successful
Pack Validation CI / validate (push) Successful in 8s
Publish Language Pack / verify (push) Successful in 7s
Publish Language Pack / publish (push) Successful in 12s
2026-06-13 12:39:38 -04:00
6adedad265 bugfix
All checks were successful
Pack Validation CI / validate (push) Successful in 8s
Publish Language Pack / verify (push) Successful in 7s
Publish Language Pack / publish (push) Successful in 16s
2026-06-13 12:26:37 -04:00
3 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ classifiers = [
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te" Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
[project.entry-points."foreignthon.langs"] [project.entry-points."foreignthon.langs"]
template = "foreignthon_te" te = "foreignthon_te"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_te"] packages = ["src/foreignthon_te"]

View File

@@ -26,4 +26,4 @@ except PackageNotFoundError:
def get_pack_path(): def get_pack_path():
# TODO: Modify this path # TODO: Modify this path
return files(__name__) / "template.json" return files(__name__) / "te.json"

View File

@@ -111,15 +111,15 @@
}, },
"postfix_keywords": [ "postfix_keywords": [
"ప్రతి", "for",
"ఎంతవరకు", "while",
"రూపొందించు", "def",
"మాదిరి", "class",
"ఇవ్వు", "return",
"యత్నించు", "try",
"ఎగరేయి", "raise",
"వాడుతూ", "with",
"చేర్చు", "import",
"నుంచీ" "from"
] ]
} }