Hey everyone.
When using python-ts-mode to edit python code, there's quite a few areas where fontification is lacking, but could be provided by the treesitter syntax tree.
* Constants
* Type-names
* variable-names in for-in statements
* import-names in import statements
* variable-declarations in lambda-expressions
Attached is a patch which fixes this.
—
Kind Regards
Jostein Kjønigsen