Skip to content

Commit

Permalink
Removed missing rules implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 11, 2020
1 parent 040a1b8 commit 5fb3251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/grammar/Perl5.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
extends("nested_call")=sub_call_expr
implements("nested_call")="com.perl5.lang.perl.psi.PerlNestedCall"

implements("sub_call_expr|named_list_expr|unary_list_expr")="com.perl5.lang.perl.psi.PerlMethodContainer"
implements("sub_call_expr")="com.perl5.lang.perl.psi.PerlMethodContainer"

mixin("statement")="com.perl5.lang.perl.psi.mixins.PerlStatementMixin"

Expand Down

0 comments on commit 5fb3251

Please sign in to comment.