mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
feat(lua): add treesitter capture for function calls
This commit is contained in:
@@ -38,3 +38,8 @@
|
||||
(table_constructor
|
||||
"{" @open.table
|
||||
"}" @close.table) @scope.table
|
||||
|
||||
(function_call
|
||||
(arguments
|
||||
"(" @open.call
|
||||
")" @close.call)) @scope.call
|
||||
|
||||
Reference in New Issue
Block a user