summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/locals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-treesitter/locals.lua')
-rw-r--r--lua/nvim-treesitter/locals.lua2
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