Skip to content

Commit

Permalink
add gleam support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaargZombies committed Mar 21, 2024
1 parent 7ab799a commit cd6eaf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/nvim-ts-context-commentstring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ language tree (see `lua/ts_context_commentstring/internal.lua`):
- `astro`
- `c`
- `css`
- `gleam`
- `glimmer`
- `graphql`
- `handlebars`
Expand Down
1 change: 1 addition & 0 deletions lua/ts_context_commentstring/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ M.config = {
astro = '<!-- %s -->',
c = { __default = '// %s', __multiline = '/* %s */' },
css = '/* %s */',
gleam = '// %s',
glimmer = '{{! %s }}',
go = { __default = '// %s', __multiline = '/* %s */' },
graphql = '# %s',
Expand Down

0 comments on commit cd6eaf4

Please sign in to comment.