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"
]
}
gitextract_pl31tgw9/ ├── README.md └── Shell-Unix-Generic.sublime-settings
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3K chars).
[
{
"path": "README.md",
"chars": 1955,
"preview": "# Dotfiles Syntax Highlighting for Sublime Text 2/3\n\nWant ShellScript (Bash) syntax highlighting for your dotfiles? You'"
},
{
"path": "Shell-Unix-Generic.sublime-settings",
"chars": 1008,
"preview": "{\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\"."
}
]
About this extraction
This page contains the full source code of the mattbanks/dotfiles-syntax-highlighting-st2 GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (2.9 KB), approximately 1.2k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.