Skip to content

Commit ee88c6b

Browse files
authored
feat: add elvish support (#185)
Elvish docs: https://elv.sh/ref/
1 parent 27f9416 commit ee88c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ local L = {
3939
eelixir = { M.html, M.html },
4040
elixir = { M.hash },
4141
elm = { M.dash, M.haskell_b },
42+
elvish = { M.hash },
4243
fennel = { M.lisp_l },
4344
fish = { M.hash },
4445
fsharp = { M.cxx_l, M.fsharp_b },

0 commit comments

Comments
 (0)