mirror of https://github.com/helix-editor/helix
Compare commits
2 Commits
c50ec5b4a3
...
286cc40ecf
Author | SHA1 | Date |
---|---|---|
|
286cc40ecf | |
|
aeccd665b3 |
|
@ -409,7 +409,7 @@ indent = { tab-width = 2, unit = " " }
|
|||
|
||||
[[grammar]]
|
||||
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]]
|
||||
name = "fish"
|
||||
|
|
|
@ -130,9 +130,6 @@
|
|||
(unquote_reader_macro
|
||||
macro: _ @punctuation.special)
|
||||
|
||||
[ ":" ":until" "&" "&as" "?" ] @punctuation.special
|
||||
(vararg) @punctuation.special
|
||||
|
||||
(hashfn_reader_macro
|
||||
macro: _ @keyword.function)
|
||||
|
||||
|
|
Loading…
Reference in New Issue