fix: keep highlight names list consistent in the docs and cli

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Ramkumar Ramachandra 2024-12-16 04:29:43 +00:00 committed by GitHub
parent 9e1a2a701b
commit 07aaf2322e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 28 deletions

View file

@ -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()