Allow spaces before the first arguments

This commit is contained in:
Uy Ha 2021-04-08 00:23:48 +02:00
parent 263fb2a5ff
commit 192d484892

View file

@ -22,6 +22,7 @@ module.exports = grammar({
$.identifier,
repeat($.space),
'(',
repeat($.seperation),
optional($.arguments),
')'
),