Skip to content

Commit

Permalink
feat: add nim support (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Sep 28, 2022
1 parent 3e1ec27 commit 0860b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ local L = setmetatable({
make = { M.hash },
mbsyncrc = { M.dbl_hash },
meson = { M.hash },
nim = { M.hash, "#[%s]#" },
nix = { M.hash, M.cxx_b },
nu = { M.hash },
ocaml = { M.fsharp_b, M.fsharp_b },
Expand Down

0 comments on commit 0860b5f

Please sign in to comment.