Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(treesitter): highlight of imported names in python
Problem: module names in python import statements are (now) highlighted with `@module`, and `@module` has the same highlight as keywords (such as `import`). Cause: nvim-treesitter update which modifies python's highlight query. Solution: don't highlight `@module.python`. In the future, we may want to make `@module` un-highlighted by default instead, since it seems that only a few languages need it. Fixes: #371
- Loading branch information