mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
Ruby highlights: reset highlight on interpolation
@TravonteD
This commit is contained in:
parent
19c9465a8c
commit
7c96582ef1
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
; Variables
|
||||
(identifier) @variable
|
||||
(interpolation
|
||||
"#{" @punctuation.special
|
||||
"}" @punctuation.special) @none
|
||||
|
||||
; Keywords
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue