Lua locals: Make property_identifier a reference

This commit is contained in:
Stephan Seitz 2020-08-03 01:03:50 +02:00 committed by Thomas Vigouroux
parent 0f1dcc396a
commit a0abaf936c

View file

@ -29,6 +29,7 @@
(identifier) @definition.function) @scope)
(function_definition) @scope
(program) @scope
((if_statement) @scope)
((for_in_statement) @scope)
((repeat_statement) @scope)
@ -36,3 +37,4 @@
;;; REFERENCES
((identifier) @reference)
((property_identifier) @reference)