Skip to content

Commit 1d44a83

Browse files
feat(ft): added dnsmasq support (#402)
Reference: man 8 dnsmasq. > Lines starting with # are comments and ignored.
1 parent 0f7981d commit 1d44a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ local L = setmetatable({
5858
cuda = { M.cxx_l, M.cxx_b },
5959
dart = { M.cxx_l, M.cxx_b },
6060
dhall = { M.dash, M.haskell_b },
61+
dnsmasq = { M.hash },
6162
dosbatch = { 'REM%s' },
6263
dot = { M.cxx_l, M.cxx_b },
6364
dts = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)