Skip to content

Commit c7613b0

Browse files
authored
feat: add luau support (#262)
1 parent db34d8d commit c7613b0

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
@@ -85,6 +85,7 @@ local L = setmetatable({
8585
lilypond = { M.latex, '%{%s%}' },
8686
lisp = { M.lisp_l, M.lisp_b },
8787
lua = { M.dash, M.dash_bracket },
88+
luau = { M.dash, M.dash_bracket },
8889
markdown = { M.html, M.html },
8990
make = { M.hash },
9091
mbsyncrc = { M.dbl_hash },

0 commit comments

Comments
 (0)