mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
fix(python,starlark): update parsers & add escape_interpolation
This commit is contained in:
parent
11d79aa0f7
commit
64d1696d6d
3 changed files with 7 additions and 5 deletions
|
|
@ -155,7 +155,10 @@
|
|||
(#lua-match? @preproc "^#!/"))
|
||||
|
||||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
[
|
||||
(escape_sequence)
|
||||
(escape_interpolation)
|
||||
] @string.escape
|
||||
|
||||
; doc-strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue