added decompilation and decompile with portffix in json

This commit is contained in:
2026-05-16 12:06:21 -05:00
parent 4f10f38917
commit 5ed4ee537c
2 changed files with 16 additions and 4 deletions

View File

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