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 | ✓ | | | | | erb | ✓ | | | |
| erlang | ✓ | ✓ | | `erlang_ls`, `elp` | | erlang | ✓ | ✓ | | `erlang_ls`, `elp` |
| esdl | ✓ | | | | | esdl | ✓ | | | |
| fennel | ✓ | | | `fennel-ls` |
| fga | ✓ | ✓ | ✓ | | | fga | ✓ | ✓ | ✓ | |
| fidl | ✓ | | | | | fidl | ✓ | | | |
| fish | ✓ | ✓ | ✓ | `fish-lsp` | | fish | ✓ | ✓ | ✓ | `fish-lsp` |

View File

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

View File

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