Skip to content

Commit

Permalink
always use line-wise C commentstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezadadgar committed Nov 20, 2023
1 parent ead792c commit dd39fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ts_context_commentstring/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ M.config = {
languages = {
-- Languages that have a single comment style
astro = '<!-- %s -->',
c = { __default = '// %s', __multiline = '/* %s */' },
c = '/* %s */',
css = '/* %s */',
glimmer = '{{! %s }}',
graphql = '# %s',
Expand Down

0 comments on commit dd39fa4

Please sign in to comment.