add fnlm file type

pull/13260/head
Simon Heath 2025-04-04 19:39:40 -04:00
parent 711a213a69
commit 4ebc0ccfd4
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ source = { git = "https://github.com/elixir-lang/tree-sitter-elixir", rev = "02a
[[language]]
name = "fennel"
scope = "source.fennel"
file-types = ["fnl"]
file-types = ["fnl", "fnlm"]
shebangs = ["fennel"]
comment-token = ";"
language-servers = ["fennel-ls"]