Highlight metavariables ($var) inside rust macros.

This commit is contained in:
Blaž Hrastnik 2021-04-14 17:16:45 +09:00
parent b5b650cfe7
commit 305a059f58
2 changed files with 3 additions and 1 deletions

View File

@ -116,6 +116,7 @@
(super) @keyword
(self) @variable.builtin
(metavariable) @variable
[
(char_literal)

View File

@ -5,7 +5,8 @@
"operator" = "#dbbfef" # lilac
# "property" = "#a4a0e8" # lavender
"property" = "#ffffff" # white
"variable" = "#a4a0e8" # lavender
# "variable" = "#a4a0e8" # lavender
"variable" = "#eccdba" # almond
"variable.parameter" = "#a4a0e8" # lavender
# TODO distinguish type from type.builtin?
"type" = "#ffffff" # white