summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/src/latex/kind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/syntax/src/latex/kind.rs')
-rw-r--r--support/texlab/crates/syntax/src/latex/kind.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/texlab/crates/syntax/src/latex/kind.rs b/support/texlab/crates/syntax/src/latex/kind.rs
index 3eadc90b48..39e2837932 100644
--- a/support/texlab/crates/syntax/src/latex/kind.rs
+++ b/support/texlab/crates/syntax/src/latex/kind.rs
@@ -73,7 +73,8 @@ pub enum SyntaxKind {
ACRONYM_DEFINITION,
ACRONYM_DECLARATION,
ACRONYM_REFERENCE,
- THEOREM_DEFINITION,
+ THEOREM_DEFINITION_AMSTHM,
+ THEOREM_DEFINITION_THMTOOLS,
COLOR_REFERENCE,
COLOR_DEFINITION,
COLOR_SET_DEFINITION,