Skip to content

Commit

Permalink
Parse @ofborg invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Jun 23, 2019
1 parent 13bf326 commit 3d5b381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofborg/src/commentparser.rs
Expand Up @@ -23,7 +23,7 @@ named!(normal_token(CompleteStr) -> CompleteStr,
named!(parse_line_impl(CompleteStr) -> Option<Vec<Instruction>>, alt!(
do_parse!(
res: ws!(many1!(ws!(preceded!(
tag_no_case!("@grahamcofborg"),
alt!(tag_no_case!("@grahamcofborg") | tag_no_case!("@ofborg")),
alt!(
ws!(do_parse!(
tag!("build") >>
Expand Down

0 comments on commit 3d5b381

Please sign in to comment.