feat: block parsing
This commit is contained in:
parent
b2123d1acd
commit
27de7ee68c
10 changed files with 208 additions and 168 deletions
|
|
@ -178,6 +178,10 @@ pub enum SyntaxKind {
|
|||
BLOCK_BEGIN,
|
||||
BLOCK_END,
|
||||
BLOCK_CONTENT,
|
||||
SRC_BLOCK_SWITCHES,
|
||||
SRC_BLOCK_LANGUAGE,
|
||||
SRC_BLOCK_PARAMETERS,
|
||||
EXPORT_BLOCK_TYPE,
|
||||
LATEX_ENVIRONMENT,
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue