Compare commits

..

No commits in common. "286cc40ecfa1695a53d2380c657800faaa077aaf" and "c50ec5b4a36348dd2b633c29025e730b68d57b78" have entirely different histories.

2 changed files with 4 additions and 1 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 = "cfbfa478dc2dbef267ee94ae4323d9c886f45e94" } source = { git = "https://github.com/alexmozaidze/tree-sitter-fennel", rev = "ea4a536bca8997e30b22709f210f44f97e75bf7d" }
[[language]] [[language]]
name = "fish" name = "fish"

View File

@ -130,6 +130,9 @@
(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)