rogershen / chrome-regex-search

Other
267 stars 56 forks source link

initial ^ not working #34

Closed dcambria closed 5 years ago

dcambria commented 5 years ago

initial ^ not working in txt files, like http://data.iana.org/TLD/tlds-alpha-by-domain.txt

rogershen commented 5 years ago

Right now the extension only handles HTML pages. The way the code handles highlighting uses CSS styling. This is a limitation of what is possible in a Chrome extension. Unfortunately, I don't have a hook to the native highlighting used by Google Chrome so it can't really support other formats.