mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Handle missing token type in content rule
This commit is contained in:
parent
1157633789
commit
2a38269736
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ impl<'a> Parser<'a> {
|
|||
TIKZ_LIBRARY_IMPORT_NAME => self.tikz_library_import(),
|
||||
ENVIRONMENT_DEFINITION_NAME => self.environment_definition(),
|
||||
BEGIN_BLOCK_COMMENT_NAME => self.block_comment(),
|
||||
END_BLOCK_COMMENT_NAME => self.generic_command(),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue