HighlightWords
A Sublime Text 2 & 3 plugin for highlighting mutiple words in different colors
Details
Installs
- Total 26K
- Win 14K
- Mac 7K
- Linux 5K
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 2 | 2 | 3 | 0 | 3 | 4 | 1 | 0 | 3 | 2 | 5 | 2 | 2 | 1 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 6 | 0 | 2 | 1 | 0 | 2 | 5 | 1 | 2 | 0 | 1 | 0 | 2 | 2 | 3 | 2 | 1 | 0 | 2 | 2 |
Mac | 0 | 1 | 0 | 3 | 2 | 0 | 2 | 1 | 1 | 2 | 1 | 2 | 3 | 0 | 3 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 3 | 0 | 1 | 1 | 0 | 1 | 2 | 2 | 1 | 1 | 0 |
Linux | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
HighlightWords
A Sublime Text 2 and 3 plugin for highlighting mutiple words in different colors
The following configuration options are available: * Regular Expression * Case Sensitive * Customize Highlight Colors * Define “Always Highlighted Keywords” with Customized Colors
Usage
- Highlight: Select “Edit > Highlight Words > Highlight Words” and enter the words (separated by whitespace)
- Unhighlight: Select “Edit > Highlight Words > Unhighlight Words”
- Toggle Settings: Select “Edit > Highlight Words > Toggle Settings”
- Edit settings file: Select “Preferences” > “Package Settings” > “HighlightWords”, copy settings from default to user, and edit settings file. Available settings are:
- “colors_by_scope”: Change the highlight colors.
- “permanent_highlight_keyword_color_mappings”: Define always highlighted keywords with specified colors, such as “TODO” or “FIXIT”. The optional “flag” parameter may be 0 (regex), 1 (literal), 2 (regex and ignore case) or 3 (literal and ignore case).
- Perl-style regular expression patterns are accepted. For example, to highlight “fix a bug” but not “prefix with”, the expression could be “\bfix .*\b”.
Note: These commands are also available in Command Panel with prefix “HighlightWords:”
How to find color scope
- Open the file that has some colour you want (e.g open C++ which have green strings)
- Select the word that has colour you want to use
* Open console (ctrl+~ (tilde))
* Paste
view.scope_name(view.sel()[0].begin())
and press ENTER
* Copy returned string, for mine selection it is source.c++ meta.function.c meta.block.c storage.type.c
* Paste this string inside color property:
Color will change after you re-enter the tab
Contact me
Please visit me if you have any question or suggestion at: http://weibo.com/seanliang