Skip to content

Commit 87bf859

Browse files
authored
feat: add applescript support (#260)
1 parent 250bbc5 commit 87bf859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ local M = {
3636
---@type table<string,string[]>
3737
local L = setmetatable({
3838
arduino = { M.cxx_l, M.cxx_b },
39+
applescript = { M.hash },
3940
bash = { M.hash },
4041
bib = { M.latex },
4142
c = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)