From 84528d98a2d7f58bc3c467846ef2620aee852b73 Mon Sep 17 00:00:00 2001 From: neo451 <111681693+noearc@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:15:54 +0800 Subject: [PATCH] feat(ft): added `mojo` and `metalua` support (#434) add support for mojo, same as the python one :) --- lua/Comment/ft.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 9ec1f3a..ef0d9b3 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -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 },