Skip to content

Commit

Permalink
Fix AtLexer import
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Aug 29, 2024
1 parent a8cdd2a commit fd60490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/grammars/AtLexer.flex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package com.demonwav.mcdev.platform.mcp.at.gen;

import com.intellij.lexer.*;
import com.intellij.psi.TokenType;import com.intellij.psi.tree.IElementType;
import com.intellij.psi.tree.IElementType;
import static com.demonwav.mcdev.platform.mcp.at.gen.psi.AtTypes.*;
import static com.intellij.psi.TokenType.*;

Expand Down

0 comments on commit fd60490

Please sign in to comment.