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/supercollider | |
| 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/supercollider')
| -rw-r--r-- | queries/supercollider/injections.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/supercollider/injections.scm b/queries/supercollider/injections.scm index e48ce9af3..eca908527 100644 --- a/queries/supercollider/injections.scm +++ b/queries/supercollider/injections.scm @@ -1,4 +1,4 @@ [ (line_comment) (block_comment) -] @comment +] @comment @combined |
