aboutsummaryrefslogtreecommitdiff
path: root/src/lexer/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer/mod.rs')
-rw-r--r--src/lexer/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer/mod.rs b/src/lexer/mod.rs
index bc5344b5f..842059a42 100644
--- a/src/lexer/mod.rs
+++ b/src/lexer/mod.rs
@@ -129,7 +129,7 @@ fn next_token_inner(c: char, ptr: &mut Ptr) -> SyntaxKind {
129 ptr.bump(); 129 ptr.bump();
130 NEQ 130 NEQ
131 } 131 }
132 _ => NOT, 132 _ => EXCL,
133 }, 133 },
134 '-' => return if ptr.next_is('>') { 134 '-' => return if ptr.next_is('>') {
135 ptr.bump(); 135 ptr.bump();