We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
applescript
1 parent 250bbc5 commit 87bf859Copy full SHA for 87bf859
lua/Comment/ft.lua
@@ -36,6 +36,7 @@ local M = {
36
---@type table<string,string[]>
37
local L = setmetatable({
38
arduino = { M.cxx_l, M.cxx_b },
39
+ applescript = { M.hash },
40
bash = { M.hash },
41
bib = { M.latex },
42
c = { M.cxx_l, M.cxx_b },
0 commit comments