mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 13:21:43 +03:00
Fix embedded highlight in ruby
This commit is contained in:
parent
a2aad31cf1
commit
7ff97e50a7
@ -109,10 +109,6 @@
|
|||||||
(false)
|
(false)
|
||||||
] @constant.builtin
|
] @constant.builtin
|
||||||
|
|
||||||
(interpolation
|
|
||||||
"#{" @punctuation.special
|
|
||||||
"}" @punctuation.special) @embedded
|
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
; Operators
|
; Operators
|
||||||
@ -178,4 +174,8 @@
|
|||||||
"}"
|
"}"
|
||||||
"%w("
|
"%w("
|
||||||
"%i("
|
"%i("
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
(interpolation
|
||||||
|
"#{" @punctuation.special
|
||||||
|
"}" @punctuation.special) @embedded
|
||||||
|
Loading…
Reference in New Issue
Block a user