is there a way to highlight all the special accent characters in sublime text or any other text editor?

后端 未结 3 801
囚心锁ツ
囚心锁ツ 2020-12-12 10:50

I a using the the HTML encode special characters in Sublime text to convert all the special character into their HTML code. I have a lot of accented characters in different

3条回答
  •  独厮守ぢ
    2020-12-12 11:18

    Another plugin option

    I recently wrote a plugin dedicated to highlighting non-ascii characters: https://github.com/TuureKaunisto/highlight-dodgy-chars

    The exactly same functionality can be achieved with Highlighter but with the less generic Highlight Dodgy Chars plugin you don't need to write a regular expression, you can just list the non-ascii characters you don't wish to highlight in the settings. The European special characters are whitelisted by default.

提交回复
热议问题