This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To browse html files with default app by Alt+L hotkey: | |
Add this line to Preferences -> Key Bindings - User opening file: | |
{ "keys": ["alt+l"], "command": "open_in_browser"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 3, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme", | |
"font_size": 15, | |
"fade_fold_buttons": false, | |
"highlight_line": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://wesbos.com/highlight-css-colours-in-sublime-text/ | |
First, install the Color Highlighter package from Package Control | |
Next, restart Sublime Text. | |
Then, in Preferences → Package Settings → Color Highlighter → Settings – User | |
Use the “filled” setting to make them show all the time. |