File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require'nvim-treesitter.configs'.setup {
53
53
-- nvim_buf_set_keymap) which plugins like which-key display
54
54
[" ic" ] = { query = " @class.inner" , desc = " Select inner part of a class region" },
55
55
-- You can also use captures from other query groups like `locals.scm`
56
- [" as" ] = { query = " @scope" , query_group = " locals" , desc = " Select language scope" },
56
+ [" as" ] = { query = " @local. scope" , query_group = " locals" , desc = " Select language scope" },
57
57
},
58
58
-- You can choose the select mode (default is charwise 'v')
59
59
--
@@ -129,7 +129,7 @@ require'nvim-treesitter.configs'.setup {
129
129
--
130
130
-- You can pass a query group to use query from `queries/<lang>/<query_group>.scm file in your runtime path.
131
131
-- Below example nvim-treesitter's `locals.scm` and `folds.scm`. They also provide highlights.scm and indent.scm.
132
- [" ]s" ] = { query = " @scope" , query_group = " locals" , desc = " Next scope" },
132
+ [" ]s" ] = { query = " @local. scope" , query_group = " locals" , desc = " Next scope" },
133
133
[" ]z" ] = { query = " @fold" , query_group = " folds" , desc = " Next fold" },
134
134
},
135
135
goto_next_end = {
You can’t perform that action at this time.
0 commit comments