Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSBCrea committed Oct 31, 2023
1 parent 9cf1388 commit 8a79e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/syntax.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ BasicExpression {
BasicExpression !override ( op<"<++"> | op<"++>"> ) BasicExpression
}

/* Application expressions are defined explicitly to highlight
* the BasicId in these expressions.
*/
PartialApplicationExpression {
BasicExpression !appl "[" NocommaParam? "]" |
BasicExpression !appl "[" commaSep2<BasicParam> "]"
Expand Down

0 comments on commit 8a79e85

Please sign in to comment.