Skip to content

Commit

Permalink
Add C++ configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdax committed May 13, 2024
1 parent 0bdccb9 commit 9b2e2c3
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 9b2e2c3

Please # to comment.