Skip to content

Commit 4086630

Browse files
author
Richard Herron
authored
feat: add stata support (#173)
Stata docs: https://www.stata.com/manuals13/pcomments.pdf
1 parent 2c26a00 commit 4086630

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
@@ -79,6 +79,7 @@ local L = {
7979
scheme = { M.lisp_l, M.lisp_b },
8080
sh = { M.hash },
8181
sql = { M.dash, M.cxx_b },
82+
stata = { M.cxx_l, M.cxx_b },
8283
svelte = { M.html, M.html },
8384
swift = { M.cxx_l, M.cxx_b },
8485
sxhkdrc = { M.hash },

0 commit comments

Comments
 (0)