internal: Handle macro calls better in highlighting

This commit is contained in:
Lukas Wirth
2022-01-02 19:10:10 +01:00
parent 367cd5ce9b
commit 3a525c831f
11 changed files with 151 additions and 159 deletions

View File

@@ -61,6 +61,7 @@ define_semantic_token_types![
(LABEL, "label"),
(LIFETIME, "lifetime"),
(LOGICAL, "logical"),
(MACRO_BANG, "macroBang"),
(OPERATOR, "operator"),
(PARENTHESIS, "parenthesis"),
(PUNCTUATION, "punctuation"),