Skip to content

Commit

Permalink
feat(ft): add astro support (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjex committed Aug 1, 2023
1 parent 9be86d8 commit bacbed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -39,6 +39,7 @@ local M = {
local L = setmetatable({
arduino = { M.cxx_l, M.cxx_b },
applescript = { M.hash },
astro = { M.html },
autohotkey = { M.semicolon, M.cxx_b },
bash = { M.hash },
bib = { M.latex },
Expand Down

0 comments on commit bacbed6

Please sign in to comment.