We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asm
1 parent a1d5d1b commit 0f7981dCopy full SHA for 0f7981d
lua/Comment/ft.lua
@@ -40,6 +40,7 @@ local M = {
40
local L = setmetatable({
41
arduino = { M.cxx_l, M.cxx_b },
42
applescript = { M.hash },
43
+ asm = { M.hash },
44
astro = { M.html },
45
autohotkey = { M.semicolon, M.cxx_b },
46
bash = { M.hash },
0 commit comments