Fix embedded highlight in ruby

This commit is contained in:
Nate Butler 2023-04-04 12:41:38 -04:00
parent a2aad31cf1
commit 7ff97e50a7

View file

@ -109,10 +109,6 @@
(false) (false)
] @constant.builtin ] @constant.builtin
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @embedded
(comment) @comment (comment) @comment
; Operators ; Operators
@ -179,3 +175,7 @@
"%w(" "%w("
"%i(" "%i("
] @punctuation.bracket ] @punctuation.bracket
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @embedded