diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index f6ba25d..c5bb5e8 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -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 },