mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
highlights(elixir): fix captures
This commit is contained in:
parent
fe2ee54f3b
commit
27e1f3c336
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
] @symbol
|
] @symbol
|
||||||
|
|
||||||
; Interpolation
|
; Interpolation
|
||||||
(interpolation "#{" @string.escape "}" @string.escape)
|
(interpolation ["#{" "}"] @string.special)
|
||||||
|
|
||||||
; Escape sequences
|
; Escape sequences
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue