Skip to content

Commit

Permalink
feat: add arduino support (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saecki committed Jul 13, 2022
1 parent a7c826d commit 7c49fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -21,6 +21,7 @@ local M = {
---Lang table that contains commentstring (linewise/blockwise) for mutliple filetypes
---@type table { filetype = { linewise, blockwise } }
local L = {
arduino = { M.cxx_l, M.cxx_b },
bash = { M.hash },
bib = { M.latex },
c = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 7c49fb2

Please sign in to comment.