Skip to content

Commit 84528d9

Browse files
authored
feat(ft): added mojo and metalua support (#434)
add support for mojo, same as the python one :)
1 parent 86f850d commit 84528d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/Comment/ft.lua

+2
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,14 @@ local L = setmetatable({
109109
lilypond = { M.latex, '%{%s%}' },
110110
lisp = { M.lisp_l, M.lisp_b },
111111
lua = { M.dash, M.dash_bracket },
112+
metalua = { M.dash, M.dash_bracket },
112113
luau = { M.dash, M.dash_bracket },
113114
markdown = { M.html, M.html },
114115
make = { M.hash },
115116
mbsyncrc = { M.dbl_hash },
116117
mermaid = { '%%%s' },
117118
meson = { M.hash },
119+
mojo = { M.hash },
118120
nextflow = { M.cxx_l, M.cxx_b },
119121
nim = { M.hash, '#[%s]#' },
120122
nix = { M.hash, M.cxx_b },

0 commit comments

Comments
 (0)