Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Heath 286cc40ecf Version bump Fennel tree-sitter grammar.
Tested and it works.
2025-04-11 10:21:02 -04:00
Simon Heath aeccd665b3 Remove redundant highlights. 2025-04-11 10:02:02 -04:00
2 changed files with 1 additions and 4 deletions

View File

@ -409,7 +409,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]] [[grammar]]
name = "fennel" name = "fennel"
source = { git = "https://github.com/alexmozaidze/tree-sitter-fennel", rev = "ea4a536bca8997e30b22709f210f44f97e75bf7d" } source = { git = "https://github.com/alexmozaidze/tree-sitter-fennel", rev = "cfbfa478dc2dbef267ee94ae4323d9c886f45e94" }
[[language]] [[language]]
name = "fish" name = "fish"

View File

@ -130,9 +130,6 @@
(unquote_reader_macro (unquote_reader_macro
macro: _ @punctuation.special) macro: _ @punctuation.special)
[ ":" ":until" "&" "&as" "?" ] @punctuation.special
(vararg) @punctuation.special
(hashfn_reader_macro (hashfn_reader_macro
macro: _ @keyword.function) macro: _ @keyword.function)