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