Skip to content

Commit

Permalink
feat(ft): add mermaid support (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwing committed Jun 1, 2023
1 parent a3999d7 commit 186aaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -97,6 +97,7 @@ local L = setmetatable({
markdown = { M.html, M.html },
make = { M.hash },
mbsyncrc = { M.dbl_hash },
mermaid = { "%%%s" },
meson = { M.hash },
nextflow = { M.cxx_l, M.cxx_b },
nim = { M.hash, '#[%s]#' },
Expand Down

0 comments on commit 186aaef

Please sign in to comment.