Fix embedded highlight in ruby
This commit is contained in:
parent
a2aad31cf1
commit
7ff97e50a7
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue