summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/latex/lexer/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/latex/lexer/types.rs')
-rw-r--r--support/texlab/crates/parser/src/latex/lexer/types.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/texlab/crates/parser/src/latex/lexer/types.rs b/support/texlab/crates/parser/src/latex/lexer/types.rs
index 27ae874d9d..896ce01c05 100644
--- a/support/texlab/crates/parser/src/latex/lexer/types.rs
+++ b/support/texlab/crates/parser/src/latex/lexer/types.rs
@@ -119,7 +119,8 @@ pub enum CommandName {
LabelReference,
LabelReferenceRange,
LabelNumber,
- CommandDefinition,
+ OldCommandDefinition,
+ NewCommandDefinition,
MathOperator,
GlossaryEntryDefinition,
GlossaryEntryReference,