Figure 1: A PKGBUILD being syntax-highlighted with version v0.32.0 of this package, along with the dark-bint-syntax theme.
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.
Here is a question on Atom Discuss relating to this package's variable definitions. Likewise here is a question on Atom Discuss relating to this package's sudo (coreutils) ...
syntax-highlighting.