From 0f7981d3da9bf5305d3464d58abf84a344103d54 Mon Sep 17 00:00:00 2001 From: Xun <58657914+eeeXun@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:10:43 +0800 Subject: [PATCH] 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 --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 42978e0..5c9564a 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -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 },