2020-05-21 03:19:08 +00:00
|
|
|
https?://(?:(?:www\.|)youtube\.com|youtu.be)/[-a-zA-Z0-9?&=]*
|
|
|
|
://github\.(?:com|blog)/[^\w")]+
|
|
|
|
://githubusercontent\.com/[^\w")]+
|
|
|
|
data:[a-zA-Z=;,/0-9+-]+
|
|
|
|
0x[0-9a-fA-F](?:\.[0-9a-fA-F]*|)[pP]
|
|
|
|
(?:0[Xx]|U\+|#)[a-f0-9A-FGgRr]{2,}[Uu]?[Ll]{0,2}\b
|
|
|
|
[{"][0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}"]
|
|
|
|
\b([A-Za-z])\1{3,}\b
|
|
|
|
(?:L"[abAB]+", ){3}L"[abAB]+"
|
|
|
|
"Lorem[^"]+?\."
|
|
|
|
TestCase\("[^"]+"
|
|
|
|
|
2020-11-09 05:30:36 +00:00
|
|
|
# Test line with hexadecimal colors
|
|
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
2020-11-09 05:46:13 +00:00
|
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
2020-11-09 08:33:57 +00:00
|
|
|
\[DataRow\("[0-9A-F]{6}", "[BCGMRY]\d\d?", \d{3}, \d{3}\)\]
|
2020-11-09 05:30:36 +00:00
|
|
|
|
2020-05-21 03:19:08 +00:00
|
|
|
# Windows paths
|
|
|
|
\\native
|
|
|
|
\\notifications
|
|
|
|
\\recyclebin
|
|
|
|
\\reinstall
|
|
|
|
\\Resize
|
|
|
|
\\resource
|
|
|
|
\\Resources
|
|
|
|
\\restart
|
|
|
|
\\restore
|
|
|
|
\\result
|
|
|
|
\\runner
|
|
|
|
\\Telemetry
|
|
|
|
\\telemetry
|
|
|
|
\\testapp
|
|
|
|
\\tests
|
|
|
|
\\tools
|
2021-01-20 18:15:45 +00:00
|
|
|
|
|
|
|
# plugin.json
|
|
|
|
^ "ID": "[0-9A-F]{32}",$
|
|
|
|
|
|
|
|
# UnitTests
|
|
|
|
\[DataRow\(.*\)\]
|
|
|
|
|
|
|
|
# Id info inside markdown file (registry.md)
|
|
|
|
^\|\s+ID\s+\|\s*\`[0-9A-F]{32}\`
|
|
|
|
|
|
|
|
# marker for ignoring a comment to the end of the line
|
|
|
|
^.*/\* #no-spell-check-line \*/.*$
|
2021-02-02 17:40:01 +00:00
|
|
|
// #no-spell-check.*$
|