Add special function and delimiter queries
parent
a01275f310
commit
f105b38723
|
@ -10,12 +10,14 @@ pub static COMMON_HIGHLIGHT_NAMES: &[&str] = &[
|
||||||
"constant.builtin",
|
"constant.builtin",
|
||||||
"constant.character",
|
"constant.character",
|
||||||
"constructor",
|
"constructor",
|
||||||
|
"delimiter",
|
||||||
"embedded",
|
"embedded",
|
||||||
"escape",
|
"escape",
|
||||||
"function",
|
"function",
|
||||||
"function.builtin",
|
"function.builtin",
|
||||||
"function.macro",
|
"function.macro",
|
||||||
"function.method",
|
"function.method",
|
||||||
|
"function.special",
|
||||||
"injection.content",
|
"injection.content",
|
||||||
"injection.language",
|
"injection.language",
|
||||||
"keyword",
|
"keyword",
|
||||||
|
|
Loading…
Reference in New Issue