bluegray / Highlighter

Sublime Text plugin to highlight any sequence of characters. Highlights mixed tabs and spaces, some unicode characters and trailing space by default.
MIT License
24 stars 9 forks source link

Add «insecable» space by default #18

Closed 4sStylZ closed 8 years ago

4sStylZ commented 8 years ago

Hi,

The insecable space is used in France « ». It can cause many issues in a php code or in a sql code. I have used this regex but sometime the highlighter don’t match my special character :  ( +\t+)|[\u2018\u201c\u201d\u2013\u2014]|[\t ]+$`

Any suggestion?

bluegray commented 8 years ago

I added the non breaking space, to the list of unicode characters to highlight: 4f50198