Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby

Fix embedded highlight in ruby
This commit is contained in:
Nate Butler
2023-04-04 12:46:32 -04:00
committed by GitHub
+5 -5
View File
@@ -109,10 +109,6 @@
(false)
] @constant.builtin
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @embedded
(comment) @comment
; Operators
@@ -178,4 +174,8 @@
"}"
"%w("
"%i("
] @punctuation.bracket
] @punctuation.bracket
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @embedded