Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from leandrocristovao/master
Browse files Browse the repository at this point in the history
Fix @ns.desc bug
  • Loading branch information
danieljoppi committed Jan 14, 2016
2 parents 6687a26 + ad65f2a commit e4431d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const $RE_ID = /@ns.id:[ ]*("|')([\w -\_]*)("|')/,
$RE_NAME = /@ns.name:[ ]*("|')([\w ]*)("|')/,
$RE_TYPE = /@ns.type:[ ]*("|')([\w ]*)("|')/,
$RE_ALIAS = /@ns.alias:[ ]*("|')([\w ]*)("|')/,
$RE_DESC = /@ns.desc:[ ]*("|')([\w ]*)("|')/,
$RE_DESC = /@ns.desc:[ ]*("|')([\w -\_|]*)("|')/,
$RE_LIBS = /@ns.libs:[ ]*(("|')([\w/\.:-]*)("|'),?[ ]*)*/,
$RE_RECORD = /@ns.record:[ ]*("|')([\w ]*)("|')/,
$RE_FUNC = /@ns.function:[ ]*(("|')([\w/\.:]*)("|'),?[ ]*)*/,
Expand Down

0 comments on commit e4431d4

Please sign in to comment.