Commit Graph

3 Commits (4ebc0ccfd4779e65a1d9879c9b564718da5823d4)

Author SHA1 Message Date
Simon Heath 711a213a69 Fix Fennel highlighting: @module.builtin -> @variable.builtin 2025-04-03 16:20:37 -04:00
icefoxen 608adb27f7
Update category keywords from suggestions
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-04-03 16:09:31 -04:00
Simon Heath a92e4e555f Basic support for Fennel. Might even work.
Closes https://github.com/helix-editor/helix/issues/3846 .

There are two different tree-sitter parsers for Fennel mentioned in that issue:

 * https://github.com/travonted/tree-sitter-fennel
 * https://github.com/alexmozaidze/tree-sitter-fennel

This PR has arbitrarily chosen the second one.  There's also several different
`highlights.scm` options, I've mostly chosen the most recent one but tried to
incorporate bits and pieces from the others.
2025-04-03 12:33:49 -04:00