Skip to content

Commit

Permalink
feat: add applescript support (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Oct 13, 2022
1 parent 250bbc5 commit 87bf859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ local M = {
---@type table<string,string[]>
local L = setmetatable({
arduino = { M.cxx_l, M.cxx_b },
applescript = { M.hash },
bash = { M.hash },
bib = { M.latex },
c = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 87bf859

Please sign in to comment.