Compare commits

..

No commits in common. "c50ec5b4a36348dd2b633c29025e730b68d57b78" and "4ebc0ccfd4779e65a1d9879c9b564718da5823d4" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,6 @@
| erb | ✓ | | | |
| erlang | ✓ | ✓ | | `erlang_ls`, `elp` |
| esdl | ✓ | | | |
| fennel | ✓ | | | `fennel-ls` |
| fga | ✓ | ✓ | ✓ | |
| fidl | ✓ | | | |
| fish | ✓ | ✓ | ✓ | `fish-lsp` |

View File

@ -409,7 +409,8 @@ 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"
source.rev = "ea4a536bca8997e30b22709f210f44f97e75bf7d"
[[language]]
name = "fish"

View File

@ -1,7 +1,7 @@
; Most primitive nodes
(shebang) @keyword.directive
(comment) @comment
(comment) @comment @spell
(fn_form
name: [