EthanBrown.SublimeText2.EditorPackages
- Sublime package featuring the best text editing packages
- Abacus, Block Cursor Everywhere, Bracketeer, Bracket Highlighter,
Clipboard Manager, ExportHtml, FileDiffs, LiveReload,
Markdown Preview, Missing Palette Commands, Related Files,
SmartMarkdown, Solarized Color Scheme, StringEncode, SublimeTODO,
TrailingSpace
- Also includes a custom keybinding package hosted on GitHub
- Merges in customized settings for User Preferences
- Waiting on RelatedFiles plugin update to finish AngularJS settings
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"quote_scope" : "brackethighlighter.all",
|
||||
"curly_scope" : "brackethighlighter.all",
|
||||
"round_scope" : "brackethighlighter.all",
|
||||
"square_scope": "brackethighlighter.all",
|
||||
"angle_scope" : "brackethighlighter.all",
|
||||
"tag_scope" : "brackethighlighter.all"
|
||||
|
||||
// Outline? (solid|outline|underline|none)
|
||||
//"quote_style" : "outline",
|
||||
//"curly_style" : "outline",
|
||||
//"round_style" : "outline",
|
||||
//"square_style": "outline",
|
||||
//"angle_style" : "outline",
|
||||
//"tag_style" : "outline"
|
||||
}
|
||||
Reference in New Issue
Block a user