7 ms·
Hmm, you can construct a regular expression, something like: lang:tsx /<Button[^\\].\* color="red"/ Example: https://github.com/search?q=lang%3Atsx+%2F%3
by colin353 3y ago
Hmm, you can construct a regular expression, something like:
lang:tsx /<Button[^\\].\* color="red"/
Example:
https://github.com/search?q=lang%3Atsx+%2F%3CButton%5B%5E%5C%5C%5D.*+color%3D%22red%22%2F&type=code https://github.com/search?q=lang%3Atsx+%2F%3CButton%5B%5E%5C...
- arthurcolle 3y agoYou can do code blocks with 4 consecutive spaces. Backticks are not supported unfortunately
- catchmeifyoucan 3y agoOoh nice, this looks great! Thanks!!