Skip to content

Commit

Permalink
Fix intellij lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Nov 23, 2023
1 parent 3a0fce7 commit ea5fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/intellij-plugin/src/main/kotlin/Lexer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Lexer : IntellijLexer() {

override fun getBufferSequence() = buffer

override fun getState() = state
override fun getState() = index

override fun getTokenType() =
if (index == tokens.size) null
Expand Down

0 comments on commit ea5fe58

Please sign in to comment.