From 94771fc6df0aa334bf4bc8f7ee49bcdad3fd9089 Mon Sep 17 00:00:00 2001 From: "Michael Ziminsky (Z)" Date: Tue, 31 Jan 2023 19:27:41 -0700 Subject: [PATCH] Add autohotkey --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 609fa26e..6e1039eb 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -38,6 +38,7 @@ local M = { local L = setmetatable({ arduino = { M.cxx_l, M.cxx_b }, applescript = { M.hash }, + autohotkey = { ";%s", M.cxx_b }, bash = { M.hash }, bib = { M.latex }, c = { M.cxx_l, M.cxx_b },