Skip to content

Commit 7c49fb2

Browse files
authored
feat: add arduino support (#181)
1 parent a7c826d commit 7c49fb2

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
@@ -21,6 +21,7 @@ local M = {
2121
---Lang table that contains commentstring (linewise/blockwise) for mutliple filetypes
2222
---@type table { filetype = { linewise, blockwise } }
2323
local L = {
24+
arduino = { M.cxx_l, M.cxx_b },
2425
bash = { M.hash },
2526
bib = { M.latex },
2627
c = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)