From 79b356d00586ab9e6ffd1fbf732bf4f076c95d20 Mon Sep 17 00:00:00 2001 From: numToStr Date: Fri, 6 May 2022 18:04:04 +0530 Subject: [PATCH] docs(readme): add one more treesitter limitation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1ca0e..d675bff 100644 --- a/README.md +++ b/README.md @@ -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.