Skip to content

Commit

Permalink
feat(ft): add scss support
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 23, 2023
1 parent 0236521 commit ab5b1ed
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 @@ -134,6 +134,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 ab5b1ed

Please sign in to comment.