Skip to content

Commit

Permalink
fix for sTeX LSP linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzpirate committed Oct 26, 2023
1 parent 316c8c2 commit 3eeabd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ abstract class InlineStatementRule extends StatementRule with MacroRule {
ret.addError("No symbol " + s + " found")
case _ =>
}
parser.readArgument
ret
}
}
Expand Down

0 comments on commit 3eeabd8

Please sign in to comment.