Skip to content

Commit

Permalink
Merge pull request #71 from jonjes/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosepAlviste committed Jul 27, 2023
2 parents 7f62520 + bfdd500 commit e9062e2
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 @@ -28,6 +28,7 @@ language tree (see `lua/ts_context_commentstring/internal.lua`):
- `python`
- `rescript`
- `scss`
- `sql`
- `svelte`
- `tsx`
- `twig`
Expand Down
1 change: 1 addition & 0 deletions lua/ts_context_commentstring/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ M.config = {
graphql = '# %s',
lua = { __default = '-- %s', __multiline = '--[[ %s ]]' },
vim = '" %s',
sql = '-- %s',
twig = '{# %s #}',
python = { __default = '# %s', __multiline = '""" %s """' },
nix = { __default = '# %s', __multiline = '/* %s */' },
Expand Down

0 comments on commit e9062e2

Please sign in to comment.