Unicode Character Highlighter
A sublime text plugin that highlights unicode characters such as non breakable spaces and others that break compilers/linters
Details
Installs
- Total 27K
- Win 11K
- Mac 11K
- Linux 4K
| Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 1 | 0 | 1 | 3 | 0 | 0 | 0 | 3 | 2 | 3 | 1 | 1 | 1 | 1 | 1 | 0 | 4 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 5 | 3 | 1 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 0 | 1 | 0 | 1 | 2 | 1 | 1 | 0 | 0 | 4 | 2 |
| Mac | 1 | 0 | 3 | 2 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | 2 | 3 | 1 | 1 | 0 | 1 | 1 | 2 | 1 | 0 | 0 | 1 | 3 | 1 | 1 | 3 | 2 | 0 | 1 | 1 | 0 | 3 | 3 | 2 | 0 | 2 | 2 | 3 | 1 | 3 | 2 | 0 | 0 | 1 | 1 |
| Linux | 3 | 0 | 1 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Unicode character highlighter for Sublime Text 2 & 3
This plug-in highlights characters such as non breakable space, characters that often break compilers and scripts and is almost impossible to spot in the editor.
Installation
To install this plug-in use package manager.
Customization
You might want to override the following parameters within your file settings:
highlight_unicode_max_file_size: Restrict this to a sane size in order not to DDOS your editor. Defaults to 1048576 (1 Mio).
highlight_unicode_color_name: Change this to a valid scope name, which has to be defined within your theme. Defaults to 'invalid'.