fix(treesitter): Correct query override for Python classes

The override in place for Python classes highlighting wasn't having
effect.  The issue is that now user queries need to explicitly extend,
with the keyword `;extend` the scheme rules they are overriding.
This commit is contained in:
Dionisio E Alonso 2024-03-20 22:53:57 -03:00
parent e93b853fa9
commit 3b4ddd41ba
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
; extends
; Correct coloring group for class keyword:
; https://github.com/nvim-treesitter/nvim-treesitter/pull/3177#issuecomment-1186027468
"class" @keyword.function