Skip to content

Commit

Permalink
feat: add nix support
Browse files Browse the repository at this point in the history
  • Loading branch information
calops committed Jun 21, 2023
1 parent 0bf8fbc commit 6d2d10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ts_context_commentstring/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ M.config = {
vim = '" %s',
twig = '{# %s #}',
python = { __default = '# %s', __multiline = '""" %s """' },
nix = { __default = '# %s', __multiline = '/* %s */' },

-- Languages that can have multiple types of comments
tsx = {
Expand Down

0 comments on commit 6d2d10a

Please sign in to comment.