Skip to content

Commit 1cd8e25

Browse files
authored
feat(ft): add autohotkey support (#303)
https://www.autohotkey.com/docs/v1/Language.htm#comments https://www.autohotkey.com/docs/v2/Language.htm#comments NOTE: autohotkey restricts the end tag to appearing at the start of a line, or in v2 at the end of a line. With those restrictions, it may be better to only define the line comment.
1 parent eab2c83 commit 1cd8e25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ local M = {
3838
local L = setmetatable({
3939
arduino = { M.cxx_l, M.cxx_b },
4040
applescript = { M.hash },
41+
autohotkey = { ";%s", M.cxx_b },
4142
bash = { M.hash },
4243
bib = { M.latex },
4344
c = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)