Skip to content

Commit e89df17

Browse files
authored
feat(ft): add editorconfig support (#295)
Note: `;` is an alternate syntax for comments and also picked up by nvim.
1 parent 9516bb2 commit e89df17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ local L = setmetatable({
5252
dhall = { M.dash, M.haskell_b },
5353
dosbatch = { 'REM%s' },
5454
dot = { M.cxx_l, M.cxx_b },
55+
editorconfig = { M.hash },
5556
eelixir = { M.html, M.html },
5657
elixir = { M.hash },
5758
elm = { M.dash, M.haskell_b },

0 commit comments

Comments
 (0)