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.
1 parent ec79183 commit 3d4fa8fCopy full SHA for 3d4fa8f
src/main/kotlin/com/github/xepozz/php_opcodes_language/language/parser/PHPOp.bnf
@@ -114,7 +114,9 @@ instruction ::= parameter argument*
114
{
115
implements=["com.intellij.psi.PsiNamedElement"]
116
extends="com.github.xepozz.php_opcodes_language.language.psi.impl.PHPOpInstructionBaseImpl"
117
+ recoverWhile=instruction_recovery
118
}
119
+private instruction_recovery ::= !(EOL)
120
121
argument ::= paren_expr | array_expr | expr
122
private expr ::= three_dots | var_name | string_literal | float_value | line_number | paren_parameter | parameter
0 commit comments