Compare commits
4 Commits
2aa4c05c2d
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5443c67499 | |||
| 9db5af9e07 | |||
| 16a16d9ba7 | |||
| 6adedad265 |
@@ -24,7 +24,7 @@ classifiers = [
|
||||
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
|
||||
|
||||
[project.entry-points."foreignthon.langs"]
|
||||
template = "foreignthon_te"
|
||||
te = "foreignthon_te"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/foreignthon_te"]
|
||||
@@ -26,4 +26,4 @@ except PackageNotFoundError:
|
||||
|
||||
def get_pack_path():
|
||||
# TODO: Modify this path
|
||||
return files(__name__) / "template.json"
|
||||
return files(__name__) / "te.json"
|
||||
@@ -111,15 +111,15 @@
|
||||
},
|
||||
|
||||
"postfix_keywords": [
|
||||
"ప్రతి",
|
||||
"ఎంతవరకు",
|
||||
"రూపొందించు",
|
||||
"మాదిరి",
|
||||
"ఇవ్వు",
|
||||
"యత్నించు",
|
||||
"ఎగరేయి",
|
||||
"వాడుతూ",
|
||||
"చేర్చు",
|
||||
"నుంచీ"
|
||||
"for",
|
||||
"while",
|
||||
"def",
|
||||
"class",
|
||||
"return",
|
||||
"try",
|
||||
"raise",
|
||||
"with",
|
||||
"import",
|
||||
"from"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user