mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -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
|
||||
|
||||
; Interpolation
|
||||
(interpolation "#{" @string.escape "}" @string.escape)
|
||||
(interpolation ["#{" "}"] @string.special)
|
||||
|
||||
; Escape sequences
|
||||
(escape_sequence) @string.escape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue