From 69cabc69be49bc37c8a9bbb7def1415504b489b2 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 21 Jun 2020 20:38:00 +0200 Subject: Add textobjects module --- lua/nvim-treesitter/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/utils.lua') diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua index c87cee2d..416326e4 100644 --- a/lua/nvim-treesitter/utils.lua +++ b/lua/nvim-treesitter/utils.lua @@ -46,7 +46,7 @@ end -- Gets a property at path -- @param tbl the table to access --- @param path the '.' seperated path +-- @param path the '.' separated path -- @returns the value at path or nil function M.get_at_path(tbl, path) local segments = vim.split(path, '.', true) -- cgit v1.2.3