Skip to content

Commit

Permalink
feat(ft): added mojo and metalua support (#434)
Browse files Browse the repository at this point in the history
add support for mojo, same as the python one :)
  • Loading branch information
noearc committed Jun 9, 2024
1 parent 86f850d commit 84528d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@ local L = setmetatable({
lilypond = { M.latex, '%{%s%}' },
lisp = { M.lisp_l, M.lisp_b },
lua = { M.dash, M.dash_bracket },
metalua = { M.dash, M.dash_bracket },
luau = { M.dash, M.dash_bracket },
markdown = { M.html, M.html },
make = { M.hash },
mbsyncrc = { M.dbl_hash },
mermaid = { '%%%s' },
meson = { M.hash },
mojo = { M.hash },
nextflow = { M.cxx_l, M.cxx_b },
nim = { M.hash, '#[%s]#' },
nix = { M.hash, M.cxx_b },
Expand Down

0 comments on commit 84528d9

Please sign in to comment.