Skip to content

Commit fd48776

Browse files
authored
feat(ft): added scss support (#409)
1 parent 2a8ca54 commit fd48776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ local L = setmetatable({
140140
rust = { M.cxx_l, M.cxx_b },
141141
sbt = { M.cxx_l, M.cxx_b },
142142
scala = { M.cxx_l, M.cxx_b },
143+
scss = { M.cxx_b, M.cxx_b },
143144
scheme = { M.lisp_l, M.lisp_b },
144145
sh = { M.hash },
145146
solidity = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)