mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 02:12:59 +02:00
* Update to latest tree-sitter grammar for Clarity 4 * Improve tuple highlighting * Fix operator and pointy bracket highlighting * Make better use of highlight categories * Add punctuation captures * Add `indents.scm` file * Add `rainbows.scm` * Update tree-sitter grammar again to fix a couple bugs * Add `textobjects.scm` * Add `tags.scm` * Distinguish control and error handling functions from other built-in functions * Run `cargo xtask docgen` to update docs --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>