Add lua params (#605)

* Add lua params

* Fix

* Remove redundant outer
This commit is contained in:
Chinmay Dalal 2020-10-21 10:16:05 +05:30 committed by GitHub
parent 0f43bd9293
commit 6d352a0efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,10 @@
(function_call (identifier) @function . (arguments))
(function_call (field_expression (property_identifier) @function) . (arguments))
;; Parameters
(parameters
(identifier) @parameter)
;; Nodes
(table ["{" "}"] @constructor)
(comment) @comment