Allow spaces before the first arguments
This commit is contained in:
parent
263fb2a5ff
commit
192d484892
|
@ -22,6 +22,7 @@ module.exports = grammar({
|
||||||
$.identifier,
|
$.identifier,
|
||||||
repeat($.space),
|
repeat($.space),
|
||||||
'(',
|
'(',
|
||||||
|
repeat($.seperation),
|
||||||
optional($.arguments),
|
optional($.arguments),
|
||||||
')'
|
')'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue