Skip to content

Commit

Permalink
Merge pull request #107 from mcdax/patch-1
Browse files Browse the repository at this point in the history
Add C++ configuration
  • Loading branch information
JoosepAlviste committed May 19, 2024
2 parents d6baf9e + 9b2e2c3 commit cbab9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ts_context_commentstring/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ M.config = {
-- Languages that have a single comment style
astro = '<!-- %s -->',
c = { __default = '// %s', __multiline = '/* %s */' },
cpp = { __default = '// %s', __multiline = '/* %s */' },
css = '/* %s */',
gleam = '// %s',
glimmer = '{{! %s }}',
Expand Down

0 comments on commit cbab9ad

Please # to comment.