Skip to content

Commit

Permalink
feat(ft): added dnsmasq support (#402)
Browse files Browse the repository at this point in the history
Reference: man 8 dnsmasq.

> Lines starting with # are comments and ignored.
  • Loading branch information
staticssleever668 authored Jun 9, 2024
1 parent 0f7981d commit 1d44a83
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 @@ -58,6 +58,7 @@ local L = setmetatable({
cuda = { M.cxx_l, M.cxx_b },
dart = { M.cxx_l, M.cxx_b },
dhall = { M.dash, M.haskell_b },
dnsmasq = { M.hash },
dosbatch = { 'REM%s' },
dot = { M.cxx_l, M.cxx_b },
dts = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 1d44a83

Please sign in to comment.