Commit Graph

1 Commits (a92e4e555f19f357c85a2ee4711cb8c524568918)

Author SHA1 Message Date
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