improve queries

This commit is contained in:
mhoffm 2021-06-28 20:08:04 +02:00 committed by Stephan Seitz
parent 4a29ccba9b
commit d6758b2673

View file

@ -63,7 +63,7 @@
(bool_lit) @boolean
(null_lit) @constant
(comment) @comment
(identifier) @variable
(identifier) @symbol
(block (identifier) @namespace)
(function_call (identifier) @function)