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