mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
python(highlights): adapt query to parser change
This commit is contained in:
parent
b1b2e9b6d3
commit
f95ffd09ed
1 changed files with 1 additions and 5 deletions
|
|
@ -173,11 +173,7 @@
|
|||
(#match? @preproc "^#!/"))
|
||||
|
||||
(string) @string
|
||||
[
|
||||
(escape_sequence)
|
||||
"{{"
|
||||
"}}"
|
||||
] @string.escape
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
; doc-strings
|
||||
(expression_statement (string) @spell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue