Skip to content

Commit

Permalink
add optional semicolon to cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankenote committed Jan 10, 2024
1 parent 64f5692 commit e73211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/github/facilityapi/intellij/fsd.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

definition ::= (attribute_list* service_spec) markdown_remarks*

service_spec ::= service identifier service_items { pin=1 }
service_spec ::= service identifier service_items[;] { pin=1 }
service_items ::= ('{' decorated_service_item* '}') | decorated_service_item
decorated_service_item ::= attribute_list* service_item
private service_item ::= (extern_decl | enum_spec | data_spec | method_spec | error_set_spec) { recoverWhile=service_item_recover }
Expand Down

0 comments on commit e73211e

Please sign in to comment.