Skip to content

Commit

Permalink
feat(ft): added asm support (#400)
Browse files Browse the repository at this point in the history
[GNU assembler](https://en.wikipedia.org/wiki/GNU_Assembler) use `#` to
comment string for x86-64 and RISC-V
  • Loading branch information
eeeXun committed Jun 9, 2024
1 parent a1d5d1b commit 0f7981d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ local M = {
local L = setmetatable({
arduino = { M.cxx_l, M.cxx_b },
applescript = { M.hash },
asm = { M.hash },
astro = { M.html },
autohotkey = { M.semicolon, M.cxx_b },
bash = { M.hash },
Expand Down

0 comments on commit 0f7981d

Please sign in to comment.