Add support for sed as a programming language (#4093)

This commit is contained in:
John Gardner
2018-04-12 00:09:55 +10:00
committed by Paul Chaignon
parent 51d3711faf
commit 7b9ec3d1b3
7 changed files with 141 additions and 0 deletions

View File

@@ -5360,6 +5360,19 @@ reStructuredText:
codemirror_mode: rst
codemirror_mime_type: text/x-rst
language_id: 419
sed:
type: programming
color: "#64b970"
extensions:
- ".sed"
interpreters:
- gsed
- minised
- sed
- ssed
ace_mode: text
tm_scope: source.sed
language_id: 847830017
wdl:
type: programming
color: "#42f1f4"