mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 17:09:28 +00:00
4cffc825c8
* Update README.md * Update expect.txt * Update README.md * adding EOF adding EOF * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com> Co-authored-by: Deondre Davis <dedavis@microsoft.com> * Apply suggestions from code review Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com> * Update README.md * Update README.md Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com> Co-authored-by: Deondre Davis <dedavis@microsoft.com>
48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
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\("[^"]+"
|
|
|
|
# Test line with hexadecimal colors
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
|
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
|
\[DataRow\("[0-9A-F]{6}", "[BCGMRY]\d\d?", \d{3}, \d{3}\)\]
|
|
|
|
# Windows paths
|
|
\\native
|
|
\\notifications
|
|
\\recyclebin
|
|
\\reinstall
|
|
\\Resize
|
|
\\resource
|
|
\\Resources
|
|
\\restart
|
|
\\restore
|
|
\\result
|
|
\\runner
|
|
\\Telemetry
|
|
\\telemetry
|
|
\\testapp
|
|
\\tests
|
|
\\tools
|
|
|
|
# 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 \*/.*$
|
|
// #no-spell-check.*$
|