Skip to content

Commit

Permalink
feat: add handlebars support (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
toh995 committed Oct 10, 2022
1 parent d30f2b0 commit 250bbc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ local M = {
dbl_hash = '##%s',
dash = '--%s',
dash_bracket = '--[[%s]]',
handlebars = '{{!--%s--}}',
hash = '#%s',
hash_bracket = '#[[%s]]',
haskell_b = '{-%s-}',
Expand Down Expand Up @@ -64,6 +65,7 @@ local L = setmetatable({
go = { M.cxx_l, M.cxx_b },
graphql = { M.hash },
groovy = { M.cxx_l, M.cxx_b },
handlebars = { M.handlebars, M.handlebars },
haskell = { M.dash, M.haskell_b },
heex = { M.html, M.html },
html = { M.html, M.html },
Expand Down

0 comments on commit 250bbc5

Please sign in to comment.