feat(lua): add treesitter capture for function calls

This commit is contained in:
TheLeoP
2025-06-23 21:07:39 -05:00
parent b2d61bfcb7
commit cd1f1c7894

View File

@@ -38,3 +38,8 @@
(table_constructor
"{" @open.table
"}" @close.table) @scope.table
(function_call
(arguments
"(" @open.call
")" @close.call)) @scope.call