Skip to content

LspLexer4Pygments 0.3.0

Latest
Compare
Choose a tag to compare
@swissiety swissiety released this 15 Mar 18:28
· 7 commits to main since this release

features

  • support tokens that are not returned in an ascending order by the LSP server (skipped those tokens before)
  • support for overlapping tokens (FCFS)
  • support multiline tokens (now.. ;-))

fixes

  • Bug in context with multiline tokens