- Sublime package featuring the best web-oriented packages
   - AnguarlJS, AutoFileName, Chai, Emmet, CoffeeComplete Plus,
     Hayaku, jQuery, LESS, LiveReload, SublimeLinter (custom that
     features CoffeeLint support), Twitter Bootstrap Snippets
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			708 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "auto_complete_commit_on_tab": true,
 | 
						|
  "auto_complete_triggers":
 | 
						|
  [
 | 
						|
    {
 | 
						|
      "characters": "<",
 | 
						|
      "selector": "text.html"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "characters": "/",
 | 
						|
      "selector": "string.quoted.double.html,string.quoted.single.html, source.css"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "characters": "$",
 | 
						|
      "selector": "source.coffee, source.js, source.js.embedded.html"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "characters": ".@",
 | 
						|
      "selector": "source.coffee"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "ignored_packages":
 | 
						|
  [
 | 
						|
    "CoffeeCompile",
 | 
						|
    "CoffeeScript",
 | 
						|
    "Live CSS",
 | 
						|
    "LESS-build",
 | 
						|
    "Sublime-HTMLPrettify",
 | 
						|
    "ZenCoding"
 | 
						|
  ],
 | 
						|
  "tab_size": 2,
 | 
						|
  "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
 | 
						|
}
 |