Skip to content

Commit

Permalink
Fix bug in flex template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Apr 11, 2024
1 parent 2b7be7d commit 193a749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/spicelang/intellij/spice/Spice.flex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.spicelang.intellij.spice;

import com.intellij.lexer.FlexLexer;
import com.intellij.psi.TokenType;
import com.intellij.psi.tree.IElementType;
import com.spicelang.intellij.spice.psi.SpiceTypes;
Expand Down

0 comments on commit 193a749

Please sign in to comment.