aziz / BetterFindBuffer

Adds a couple of missing features to SublimeText 3 Find Results buffer
MIT License
107 stars 31 forks source link

Minor syntax highlighting fixes #18

Closed kl0tl closed 9 years ago

kl0tl commented 9 years ago

This applies the header.find-in-files scope to the header when searching only one file and the footer.find-in-files scope to the footer when there is no matches.

It also adds the variable.no_matches.find-in-files scope to highlight differently the number of matches when there are none.