Skip to content

Commit 70a24dc

Browse files
authored
feat(ft): add sbt support (#377)
SBT files are essentially Scala files and exist in most Scala projects. It supports the same comments as scala.
1 parent 9bc6a6c commit 70a24dc

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
@@ -125,6 +125,7 @@ local L = setmetatable({
125125
ron = { M.cxx_l, M.cxx_b },
126126
ruby = { M.hash },
127127
rust = { M.cxx_l, M.cxx_b },
128+
sbt = { M.cxx_l, M.cxx_b },
128129
scala = { M.cxx_l, M.cxx_b },
129130
scheme = { M.lisp_l, M.lisp_b },
130131
sh = { M.hash },

0 commit comments

Comments
 (0)