Remove usages of @embedded in highlights

This commit is contained in:
Stephan Seitz 2021-01-06 02:11:28 +01:00 committed by Santos Gallegos
parent 091dff2ac6
commit 40588da97c
5 changed files with 17 additions and 17 deletions

View file

@ -117,7 +117,6 @@
(preproc_arg)
(preproc_defined)
] @function.macro
; TODO (preproc_arg) @embedded
(((field_expression
(field_identifier) @property)) @_parent

View file

@ -144,7 +144,7 @@
(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @embedded
"}" @punctuation.special) @none
"..." @punctuation.special

View file

@ -204,7 +204,7 @@
(interpolation
"{" @punctuation.special
"}" @punctuation.special) @embedded
"}" @punctuation.special)
["," "." ":" (ellipsis)] @punctuation.delimiter

View file

@ -153,10 +153,6 @@
(false)
] @boolean
(interpolation
"#{" @punctuation.special
"}" @punctuation.special) @embedded
(comment) @comment
; Operators