Skip to content

Syntax Highlighting

Compare
Choose a tag to compare
@viddrobnic viddrobnic released this 07 Jul 11:12
· 19 commits to master since this release
1cbb6a3

Add syntax highlighting using tree sitter:

  • add tree sitter grammar,
  • add highlighting queries,
  • add docs for setting up highlighting in neovim.

Additionally, this release changes the Position (used by errors) to be measured int UTF-16 offset instead of UTF-8 offset.