added decompilation and decompile with portffix in json

This commit is contained in:
2026-05-16 12:06:21 -05:00
parent 9fb33f5999
commit b31ba536e4
7 changed files with 140 additions and 24 deletions

View File

@@ -126,5 +126,17 @@
"தொகுப்புகள்": "collections",
"பாதை": "pathlib",
"வழக்கமொழி": "re"
}
}
},
"postfix_keywords": [
"if",
"elif",
"while",
"def",
"class",
"for",
"with",
"try",
"except",
"finally"
]
}