Skip to content

Commit

Permalink
Merge pull request #8 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Fixed: [plugin:vite:vue] Whitespace was expected.
  • Loading branch information
andrey-helldar authored Mar 2, 2023
2 parents b8a5c3d + 88a827b commit 2da1b13
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
<li>https://github.com/Laravel-Lang/common/blob/v14.6.2/src/Services/Renderer/ParagraphRenderer.php</li>
</ul>

<ul>
<li>
<a
href="https://github.com/Laravel-Lang/common/tree/main/locales/ar"
target="_blank"
rel="noopener noreferrer">
ar
<ExternalLinkIcon />
</a>
</li>
</ul>

<p>**Full Changelog**: https://github.com/Laravel-Lang/common/compare/12.18.3...12.20.4</p>

<p>**Full Changelog**: 12.18.3...12.20.4</p>
Expand Down Expand Up @@ -118,6 +130,18 @@
<li>https://github.com/Laravel-Lang/publisher/blob/v14.6.2/src/Services/Renderer/ParagraphRenderer.php</li>
</ul>

<ul>
<li>
<a
href="https://github.com/Laravel-Lang/lang/tree/main/locales/ar"
target="_blank"
rel="noopener noreferrer">
ar
<ExternalLinkIcon />
</a>
</li>
</ul>

<p>**Full Changelog**: https://github.com/Laravel-Lang/lang/compare/12.18.3...12.20.4</p>

<p>**Full Changelog**: 12.18.3...12.20.4</p>
Expand Down
2 changes: 1 addition & 1 deletion src/node/plugins/transformers/trees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const treesTransformer = Manager.create()
.setKey('tree')
.setCompactPatterns([
/\[[\s`#@]*\d+]\(https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)\)/g,
/https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)/g
/(?<!:")(?<=^|\s)https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)/g
])

0 comments on commit 2da1b13

Please sign in to comment.