Skip to content

Commit

Permalink
Add haskell and go configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezadadgar committed Nov 20, 2023
1 parent ead792c commit 46c27af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/ts_context_commentstring/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ M.config = {
c = { __default = '// %s', __multiline = '/* %s */' },
css = '/* %s */',
glimmer = '{{! %s }}',
go = '// %s',
graphql = '# %s',
haskell = '-- %s',
handlebars = '{{! %s }}',
html = '<!-- %s -->',
lua = { __default = '-- %s', __multiline = '--[[ %s ]]' },
Expand Down

0 comments on commit 46c27af

Please sign in to comment.