From 6d352a0efc0e69dd050299e5e700c4ff0be7d0b9 Mon Sep 17 00:00:00 2001 From: Chinmay Dalal Date: Wed, 21 Oct 2020 10:16:05 +0530 Subject: Add lua params (#605) * Add lua params * Fix * Remove redundant outer --- queries/lua/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'queries/lua') diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm index 305a9790..8c0e1519 100644 --- a/queries/lua/highlights.scm +++ b/queries/lua/highlights.scm @@ -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 -- cgit v1.2.3