Skip to content

Commit 0f7981d

Browse files
authored
feat(ft): added asm support (#400)
[GNU assembler](https://en.wikipedia.org/wiki/GNU_Assembler) use `#` to comment string for x86-64 and RISC-V
1 parent a1d5d1b commit 0f7981d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ local M = {
4040
local L = setmetatable({
4141
arduino = { M.cxx_l, M.cxx_b },
4242
applescript = { M.hash },
43+
asm = { M.hash },
4344
astro = { M.html },
4445
autohotkey = { M.semicolon, M.cxx_b },
4546
bash = { M.hash },

0 commit comments

Comments
 (0)