Skip to content

Commit

Permalink
Include spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored Mar 8, 2020
1 parent c240903 commit 6b1c014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helper-grammar-regex-collection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { default as go } from './go.js';

const captureQuotedWord = regex`
['"] # beginning quote
(?<$1>[^'"\s]+) # capture the word inside the quotes
(?<$1>[^'"]+) # capture the word inside the quotes
['"] # end quote
`;

Expand Down

0 comments on commit 6b1c014

Please sign in to comment.