Skip to content

Commit 2da1b13

Browse files
Merge pull request #8 from TheDragonCode/1.x
Fixed: [plugin:vite:vue] Whitespace was expected.
2 parents b8a5c3d + 88a827b commit 2da1b13

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@
6363
<li>https://github.com/Laravel-Lang/common/blob/v14.6.2/src/Services/Renderer/ParagraphRenderer.php</li>
6464
</ul>
6565

66+
<ul>
67+
<li>
68+
<a
69+
href="https://github.com/Laravel-Lang/common/tree/main/locales/ar"
70+
target="_blank"
71+
rel="noopener noreferrer">
72+
ar
73+
<ExternalLinkIcon />
74+
</a>
75+
</li>
76+
</ul>
77+
6678
<p>**Full Changelog**: https://github.com/Laravel-Lang/common/compare/12.18.3...12.20.4</p>
6779

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

133+
<ul>
134+
<li>
135+
<a
136+
href="https://github.com/Laravel-Lang/lang/tree/main/locales/ar"
137+
target="_blank"
138+
rel="noopener noreferrer">
139+
ar
140+
<ExternalLinkIcon />
141+
</a>
142+
</li>
143+
</ul>
144+
121145
<p>**Full Changelog**: https://github.com/Laravel-Lang/lang/compare/12.18.3...12.20.4</p>
122146

123147
<p>**Full Changelog**: 12.18.3...12.20.4</p>

src/node/plugins/transformers/trees.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const treesTransformer = Manager.create()
44
.setKey('tree')
55
.setCompactPatterns([
66
/\[[\s`#@]*\d+]\(https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)\)/g,
7-
/https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)/g
7+
/(?<!:")(?<=^|\s)https:\/\/github\.com\/([\w\d\-_]+)\/([\w\d\-_]+)\/tree\/([\d\w.\-_\/]+)/g
88
])

0 commit comments

Comments
 (0)