Skip to content

Commit

Permalink
feat(ft): add proto (Protobuf) support (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamzi committed Apr 28, 2023
1 parent a89339f commit 7edbcb7
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 @@ -105,6 +105,7 @@ local L = setmetatable({
python = { M.hash }, -- Python doesn't have block comments
php = { M.cxx_l, M.cxx_b },
prisma = { M.cxx_l },
proto = { M.cxx_l, M.cxx_b },
quarto = { M.html, M.html },
r = { M.hash }, -- R doesn't have block comments
readline = { M.hash },
Expand Down

0 comments on commit 7edbcb7

Please sign in to comment.