We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arduino
1 parent a7c826d commit 7c49fb2Copy full SHA for 7c49fb2
lua/Comment/ft.lua
@@ -21,6 +21,7 @@ local M = {
21
---Lang table that contains commentstring (linewise/blockwise) for mutliple filetypes
22
---@type table { filetype = { linewise, blockwise } }
23
local L = {
24
+ arduino = { M.cxx_l, M.cxx_b },
25
bash = { M.hash },
26
bib = { M.latex },
27
c = { M.cxx_l, M.cxx_b },
0 commit comments