Add more Helix captures, including the markup hierarchy.
This commit is contained in:
parent
cb58bc593f
commit
01b47f1a15
1 changed files with 23 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue