Shell script language support in Atom. Fork of language-shellscript, with extra support for common Unix commands. Designed to be used with the dark-bint-syntax theme.
This package provides the following services:
Shell script language support in Atom
Adds syntax highlighting and snippets to shell scripts in Atom, originally forked from the official language-shellscript
package on 2 June 2016. As such it conflicts with this package so it is necessary to add this to your config.cson
if the core language-shellscript
package is installed:
disabledPackages: [
"language-shellscript"
]
in order to use it. It has a number of improvements over the original, namely:
- It has syntax-highlighting for common Unix commands, along with syntax-highlighting for several popular *nix package managers like APT, DNF, pacman, Portage, etc.
- Syntax-highlighting for variable definitions
If you use this package it is recommended you use the dark-bint-syntax
theme of Murriouz.
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.