diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-04-28 07:19:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 07:19:07 -0500 |
| commit | 4a7a713c527f57c355bc817f16fc6d955b8cce9b (patch) | |
| tree | 0792822bfc151839806ac74e2a02698736f64bd4 /queries/java | |
| parent | folds(c): fold at case_statement (diff) | |
| download | nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar.gz nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar.bz2 nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar.lz nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar.xz nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.tar.zst nvim-treesitter-4a7a713c527f57c355bc817f16fc6d955b8cce9b.zip | |
Comment: use `@combined` to create just one tree per buffer (#1252)
* Comment: use `@combined` to create just one tree per buffer
There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251
* Add injections for scss
* Fix jsonc
* Combine jsdoc
Diffstat (limited to 'queries/java')
| -rw-r--r-- | queries/java/injections.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/java/injections.scm b/queries/java/injections.scm index 4bb7d675d..4ff116fce 100644 --- a/queries/java/injections.scm +++ b/queries/java/injections.scm @@ -1 +1 @@ -(comment) @comment +(comment) @comment @combined |
