[
  {
    "path": "README.md",
    "content": "# Dotfiles Syntax Highlighting for Sublime Text 2/3\n\nWant ShellScript (Bash) syntax highlighting for your dotfiles? You're damn right you do!\n\n## Get Started\n\nInstall via [Package Control](https://sublime.wbond.net/)\n\n## File Types Supported\n\n- `.ackrc`\n- `.aliases`\n- `.antigen`\n- `.bash_aliases`\n- `.bash_profile`\n- `.bash_prompt`\n- `.bashrc`\n- `.brew`\n- `.curlrc`\n- `.env`\n- `.env.development`\n- `.env.test`\n- `.env.production`\n- `.env.local`\n- `.env.development.local`\n- `.env.test.local`\n- `.env.production.local`\n- `.env.example`\n-\t`.env.testing`\n-\t`.env.dusk.testing`\n-\t`.env.dusk.local`\n- `.envrc`\n- `.eslintignore`\n- `.exports`\n- `.extra`\n- `.functions`\n- `.git`\n- `.gitattributes`\n- `.gitconfig`\n- `.gitignore`\n- `.gitignore_global`\n- `.gitmodules`\n- `.hushlogin`\n- `.inputrc`\n- `.jsbeautifyrc`\n- `.jshintignore`\n- `.lftprc`\n- `.npmignore`\n- `.npmrc`\n- `.osx`\n- `.packages`\n- `.pkginit`\n- `.screenrc`\n- `.symlink`\n- `.zlogin`\n- `.zlogout`\n- `.zprofile`\n- `.zshenv`\n- `.zshrc`\n- `.zsh-theme`\n- `.zpreztorc`\n- `.xsessionrc`\n- `.wgetrc`\n- `symlink`\n- `symlink`\n- `zshrc`\n- `zshenv`\n- `zlogin`\n- `zlogout`\n- `zprofile`\n- `zpreztorc`\n\nIf you want other file types add them in or submit a pull request.\n\n### Credits\n\n- Matt Banks ([@mattbanks](http://twitter.com/mattbanks))\n\n#### Contributors\n\n- [mathiasbynens](https://github.com/mathiasbynens)\n- [lotsofcode](https://github.com/lotsofcode)\n- [vivek](https://github.com/vivek)\n- [darinmorrison](https://github.com/darinmorrison)\n- [alrra](https://github.com/alrra)\n- [theskumar](https://github.com/theskumar)\n- [kikobeats](https://github.com/kikobeats)\n- [fainder](https://github.com/fainder)\n- [Jeloi](https://github.com/Jeloi)\n- [gwarnants](https://github.com/gwarnants)\n- [michelegera](https://github.com/michelegera)\n- [gwarnants](https://github.com/gwarnants)\n- [xtream1101](https://github.com/xtream1101)\n- [thecodechef](https://github.com/thecodechef)\n- [diegorv](https://github.com/diegorv)\n"
  },
  {
    "path": "Shell-Unix-Generic.sublime-settings",
    "content": "{\n\t\"extensions\":\n\t[\n\t\t\".ackrc\",\n\t\t\".aliases\",\n\t\t\".antigen\",\n\t\t\".bash_profile\",\n\t\t\".bash_prompt\",\n\t\t\".bash_aliases\",\n\t\t\".bashrc\",\n\t\t\".brew\",\n\t\t\".curlrc\",\n\t\t\".env\",\n\t\t\".env.development\",\n\t\t\".env.test\",\n\t\t\".env.production\",\n\t\t\".env.local\",\n\t\t\".env.development.local\",\n\t\t\".env.test.local\",\n\t\t\".env.production.local\",\n\t\t\".env.example\",\n\t\t\".env.testing\",\n\t\t\".env.dusk.testing\",\n\t\t\".env.dusk.local\",\n\t\t\".envrc\",\n\t\t\".eslintignore\",\n\t\t\".exports\",\n\t\t\".extra\",\n\t\t\".functions\",\n\t\t\".git\",\n\t\t\".gitattributes\",\n\t\t\".gitconfig\",\n\t\t\".gitignore\",\n\t\t\".gitignore_global\",\n\t\t\".gitmodules\",\n\t\t\".hushlogin\",\n\t\t\".inputrc\",\n\t\t\".jshintignore\",\n\t\t\".jsbeautifyrc\",\n\t\t\".lftprc\",\n\t\t\".npmignore\",\n\t\t\".npmrc\",\n\t\t\".osx\",\n\t\t\".packages\",\n\t\t\".pkginit\",\n\t\t\".screenrc\",\n\t\t\".symlink\",\n\t\t\".zlogin\",\n\t\t\".zlogout\",\n\t\t\".zprofile\",\n\t\t\".zshenv\",\n\t\t\".zshrc\",\n\t\t\".zsh-theme\",\n\t\t\".zpreztorc\",\n\t\t\".xsessionrc\",\n\t\t\".wgetrc\",\n\t\t\"symlink\",\n\t\t\"zshrc\",\n\t\t\"zshenv\",\n\t\t\"zlogin\",\n\t\t\"zlogout\",\n\t\t\"zprofile\",\n\t\t\"zpreztorc\"\n\t],\n\t\"first_line\":\n\t[\n\t\t\"^#\\\\s*compdef\"\n\t]\n}\n"
  }
]