An open API service indexing awesome lists of open source software.

https://github.com/alhadis/language-sed

Syntax highlighting for `sed` scripts.
https://github.com/alhadis/language-sed

atom sed stream-editor syntax-highlighting

Last synced: about 1 month ago
JSON representation

Syntax highlighting for `sed` scripts.

Awesome Lists containing this project

README

          

`sed` script syntax highlighting
================================

The package does exactly what the heading advertises: adds syntax highlighting
to [`sed(1)`](https://linux.die.net/man/1/sed) scripts for Atom:

![This is about as readable as sed's gonna get](preview.png)

Language reference
------------------
* [GNU `sed` texinfo manual](https://www.gnu.org/software/sed/manual/sed.html)
* [An introduction to `sed`](http://www.grymoire.com/Unix/Sed.html)