We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mojo
metalua
1 parent 86f850d commit 84528d9Copy full SHA for 84528d9
1 file changed
lua/Comment/ft.lua
@@ -109,12 +109,14 @@ local L = setmetatable({
109
lilypond = { M.latex, '%{%s%}' },
110
lisp = { M.lisp_l, M.lisp_b },
111
lua = { M.dash, M.dash_bracket },
112
+ metalua = { M.dash, M.dash_bracket },
113
luau = { M.dash, M.dash_bracket },
114
markdown = { M.html, M.html },
115
make = { M.hash },
116
mbsyncrc = { M.dbl_hash },
117
mermaid = { '%%%s' },
118
meson = { M.hash },
119
+ mojo = { M.hash },
120
nextflow = { M.cxx_l, M.cxx_b },
121
nim = { M.hash, '#[%s]#' },
122
nix = { M.hash, M.cxx_b },
0 commit comments