Skip to content

Commit

Permalink
Merge branch 'master' into jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed May 6, 2022
2 parents 92480e7 + 79b356d commit 512e78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ This plugin has native **treesitter** support for calculating `commentstring` wh

1. No `jsx/tsx` support. Its implementation was quite complicated.
2. Invalid comment on the region where one language ends and the other starts. [Read more](https://github.com/numToStr/Comment.nvim/pull/62#issuecomment-972790418)
3. Unexpected comment on a line with multiple languages. [#144](https://github.com/numToStr/Comment.nvim/issues/144)

For advance use cases, use [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring). See [`pre_hook`](#pre-hook) section for the integration.

Expand Down

0 comments on commit 512e78b

Please sign in to comment.