Skip to content

Commit

Permalink
Merge pull request #104 from arthur-mountain/feat/add-kotlin-support
Browse files Browse the repository at this point in the history
Feat: Add kotlin support
  • Loading branch information
JoosepAlviste committed Apr 17, 2024
2 parents 734ebad + 1614fa7 commit a6382f7
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 @@ -88,6 +88,7 @@ M.config = {
vim = '" %s',
vue = '<!-- %s -->',
zsh = '# %s',
kotlin = { __default = '// %s', __multiline = '/* %s */' },

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

0 comments on commit a6382f7

Please sign in to comment.