Skip to content

Commit bacbed6

Browse files
authored
feat(ft): add astro support (#359)
1 parent 9be86d8 commit bacbed6

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
@@ -39,6 +39,7 @@ local M = {
3939
local L = setmetatable({
4040
arduino = { M.cxx_l, M.cxx_b },
4141
applescript = { M.hash },
42+
astro = { M.html },
4243
autohotkey = { M.semicolon, M.cxx_b },
4344
bash = { M.hash },
4445
bib = { M.latex },

0 commit comments

Comments
 (0)