fix: keep highlight names list consistent in the docs and cli
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
9e1a2a701b
commit
07aaf2322e
3 changed files with 44 additions and 28 deletions
|
|
@ -33,25 +33,29 @@ lazy_static! {
|
|||
"carriage-return",
|
||||
"comment",
|
||||
"constant",
|
||||
"constant.builtin",
|
||||
"constructor",
|
||||
"function.builtin",
|
||||
"function",
|
||||
"embedded",
|
||||
"function",
|
||||
"function.builtin",
|
||||
"keyword",
|
||||
"module",
|
||||
"number",
|
||||
"operator",
|
||||
"property.builtin",
|
||||
"property",
|
||||
"property.builtin",
|
||||
"punctuation",
|
||||
"punctuation.bracket",
|
||||
"punctuation.delimiter",
|
||||
"punctuation.special",
|
||||
"string",
|
||||
"string.special",
|
||||
"tag",
|
||||
"type.builtin",
|
||||
"type",
|
||||
"type.builtin",
|
||||
"variable",
|
||||
"variable.builtin",
|
||||
"variable.parameter",
|
||||
"variable",
|
||||
]
|
||||
.iter()
|
||||
.copied()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue