Skip to content

Commit

Permalink
feat(ft): added scss support (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Jun 9, 2024
1 parent 2a8ca54 commit fd48776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ local L = setmetatable({
rust = { M.cxx_l, M.cxx_b },
sbt = { M.cxx_l, M.cxx_b },
scala = { M.cxx_l, M.cxx_b },
scss = { M.cxx_b, M.cxx_b },
scheme = { M.lisp_l, M.lisp_b },
sh = { M.hash },
solidity = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit fd48776

Please sign in to comment.