Add more Helix captures, including the markup hierarchy.

This commit is contained in:
Patrick Thomson 2023-06-28 09:03:01 -04:00 committed by Amaan Qureshi
parent cb58bc593f
commit 01b47f1a15
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -21,17 +21,35 @@ lazy_static! {
"attribute",
"carriage-return",
"comment",
"comment.documentation",
"constant",
"constant.builtin",
"constructor",
"constructor.builtin",
"embedded",
"error",
"escape",
"function",
"function.builtin",
"keyword",
"number",
"markup",
"markup.bold",
"markup.heading",
"markup.italic",
"markup.link",
"markup.link.url",
"markup.list",
"markup.list.checked",
"markup.list.numbered",
"markup.list.unchecked",
"markup.list.unnumbered",
"markup.quote",
"markup.raw",
"markup.raw.block",
"markup.raw.inline",
"markup.strikethrough",
"module",
"number",
"operator",
"property",
"property.builtin",
@ -40,12 +58,16 @@ lazy_static! {
"punctuation.delimiter",
"punctuation.special",
"string",
"string.escape",
"string.regexp",
"string.special",
"string.special.symbol",
"tag",
"type",
"type.builtin",
"variable",
"variable.builtin",
"variable.member",
"variable.parameter",
]
.into_iter()