Skip to content

Commit

Permalink
oops, I mean //+
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 14, 2013
1 parent 0064186 commit 12613ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pattern.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ all_patterns = list(

`asciidoc` = list(
chunk.begin = '^//\\s*begin[.]rcode$', chunk.end = '^//\\s*end[.]rcode$',
chunk.code = '^/+', ref.chunk = '^\\s*<<(.+)>>\\s*$',
chunk.code = '^//+', ref.chunk = '^\\s*<<(.+)>>\\s*$',
inline.code = '`r +([^`\n]+)\\s*`', inline.comment = '^//.*')
)

Expand Down

0 comments on commit 12613ab

Please sign in to comment.