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:
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.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.