Syntax highlighting for various configs and file-formats too specific to warrant their own repositories. Basically, a junk-drawer for any language grammar I felt an itch to write, or those I've written for GitHub Linguist.
Feel free to install this in Atom, but don't complain about the mess it'll make
of your grammar-selector
's menu…
-
.curlrc
-
.gitattributes
-
.gitconfig
-
.gitignore
-
.hgignore
-
.inputrc
-
.nanorc
-
.npmrc
-
.tmux.conf
-
.wgetrc
- Coccinelle/SmPL
- DirectX 3D File
-
dosbox.conf
- LCOV tracefiles
- Host databases
- M4/Autotools
-
man.conf
-
mocha.opts
- NEON
- Object Data Instance Notation
- OpenBSD package manifests
- Sieve
- SSH configs
- SVG
- Tags files
- Terminfo
You'll need Git, because I don't plan on ever publishing this to atom.io
:
# On Unix-like platforms
cd ~/.atom/packages && git clone https://github.com/Alhadis/language-etc.git
:: For Windows users
cd %HOMEPATH%\.atom\packages
git clone "https://github.com/Alhadis/language-etc.git"