diff options
| author | kiyan <yazdani.kiyan@protonmail.com> | 2021-02-22 23:01:12 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-02-27 13:36:33 +0100 |
| commit | 9d57216c0d94c9823c0d971caeaffb3b261e527e (patch) | |
| tree | 987e0019a615dbf2cb1c7f7338194152d8032fd0 /lua/nvim-treesitter/locals.lua | |
| parent | 91a89aa408c19572bd7a41caa8ab8666143bec8c (diff) | |
chore: remove useless code and indent files
Diffstat (limited to 'lua/nvim-treesitter/locals.lua')
| -rw-r--r-- | lua/nvim-treesitter/locals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/locals.lua b/lua/nvim-treesitter/locals.lua index e42de404..01cacc6e 100644 --- a/lua/nvim-treesitter/locals.lua +++ b/lua/nvim-treesitter/locals.lua @@ -192,7 +192,7 @@ function M.get_definition_scopes(node, bufnr, scope_type) -- and the containing scope of that scope if scope_type == 'parent' then scope_count = 2 - -- Definition is valid in all parent scopes + -- Definition is valid in all parent scopes elseif scope_type == 'global' then scope_count = nil end |
