Skip to content

Commit

Permalink
feat(ft): add lean support (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
MithicSpirit committed Jun 1, 2023
1 parent 186aaef commit 444e58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -89,6 +89,7 @@ local L = setmetatable({
jsonnet = { M.cxx_l, M.cxx_b },
julia = { M.hash, '#=%s=#' },
kotlin = { M.cxx_l, M.cxx_b },
lean = { M.dash, '/-%s-/' },
lidris = { M.dash, M.haskell_b },
lilypond = { M.latex, '%{%s%}' },
lisp = { M.lisp_l, M.lisp_b },
Expand Down

0 comments on commit 444e58e

Please sign in to comment.