We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@func_method()
1 parent 9991cad commit 133c2b2Copy full SHA for 133c2b2
fusion/core/lexer.lua
@@ -196,7 +196,8 @@ local pattern = re.compile([[
196
(ws 'else' ws {:else: rstatement :})?
197
|}
198
199
- function_call <- {| {:type: '' -> 'function_call' :} (
+ function_call <- {| {:type: '' -> 'function_call' :}
200
+ ((& '@') {:is_method: '' -> true :})? (
201
(variable / literal) ({:has_self: ':' {name / r} :} ws
202
{:index_class: ws '<' ws {expression} ws '>' :}? )?
203
) ws '(' ws function_call_body? ws ')'
0 commit comments