StyleToken
A sublime plugin that allows to highlight certain pieces of text with different colors (similar to notepad++ "Style token" functionality)
Details
Installs
- Total 12K
- Win 8K
- OS X 2K
- Linux 2K
Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 10 | 9 | 5 | 4 | 13 | 10 | 15 | 9 | 5 | 5 | 13 | 13 | 4 | 11 | 15 | 11 | 11 | 8 | 8 | 12 | 10 | 8 | 15 | 10 | 11 | 13 | 15 | 9 | 12 | 12 | 2 | 10 | 8 | 10 | 14 | 12 | 7 | 12 | 13 | 9 | 14 | 8 | 12 | 9 | 11 | 9 |
OS X | 1 | 5 | 0 | 1 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 3 | 5 | 4 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 4 | 1 | 0 | 0 | 3 | 1 | 2 | 2 | 1 | 1 | 3 | 1 | 3 | 3 | 2 | 3 | 1 | 1 | 0 | 2 | 1 | 3 | 3 | 1 | 1 |
Linux | 0 | 2 | 0 | 0 | 3 | 0 | 2 | 7 | 4 | 0 | 1 | 1 | 5 | 3 | 6 | 3 | 2 | 4 | 4 | 2 | 3 | 3 | 1 | 2 | 1 | 1 | 0 | 2 | 1 | 4 | 3 | 1 | 2 | 2 | 4 | 1 | 2 | 1 | 1 | 2 | 0 | 2 | 4 | 4 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
StyleToken sublime plugin
A sublime plugin that allows to highlight certain pieces of text with different colors (similar to notepad++ “Style token” functionality)
Usage
Plugin adds “Style token” context menu and few commands: - token_style, args: styleIndex : Highlight selected text with style = styleIndex. - token_style_clear, args: styleIndex: Clear hightlights of style = styleIndex. If no arg provided, clears all styles. - token_style_go, args: styleIndex: Go to the next highlighted text. If styleIndex arg provided, go to the specific style. If no arg provided, go to the any next style. - token_style_go_back, args: styleIndex: Go to the previous highlighted text. If styleIndex arg provided, go to the specific style. If no arg provided, go to the any previous style.
See “Default (Windows).sublime-keymap” for example of command usage.
By default, has only windows keymap
By default, contains 5 configured styles, but supports up to 10, check “StyleToken.sublime-settings”
Screenshots: