Compare commits

...

3 Commits

Author SHA1 Message Date
icefoxen c50ec5b4a3
Update languages.toml
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-04-08 15:27:38 -04:00
Simon Heath c7309864b3 Add docgen results 2025-04-08 15:26:07 -04:00
icefoxen c987a8942c
Update runtime/queries/fennel/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-04-08 14:22:58 -04:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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