mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -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 "^#!/"))
|
(#match? @preproc "^#!/"))
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
[
|
(escape_sequence) @string.escape
|
||||||
(escape_sequence)
|
|
||||||
"{{"
|
|
||||||
"}}"
|
|
||||||
] @string.escape
|
|
||||||
|
|
||||||
; doc-strings
|
; doc-strings
|
||||||
(expression_statement (string) @spell)
|
(expression_statement (string) @spell)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue