icefoxen
|
c987a8942c
|
Update runtime/queries/fennel/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
|
2025-04-08 14:22:58 -04:00 |
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 |