1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-18 22:07:04 +00:00
dotfiles/nvim/after/queries/python/highlights.scm
Dionisio E Alonso 3b4ddd41ba 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.
2024-03-20 22:53:57 -03:00

6 lines
168 B
Scheme

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