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.
- Host: GitHub
- URL: https://github.com/alhadis/language-sed
- Owner: Alhadis
- License: isc
- Created: 2018-04-08T02:08:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T20:00:29.000Z (over 4 years ago)
- Last Synced: 2025-08-11T06:36:17.263Z (about 2 months ago)
- Topics: atom, sed, stream-editor, syntax-highlighting
- Language: CSON
- Homepage: https://atom.io/packages/language-sed
- Size: 141 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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:
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)