mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add support for sed as a programming language (#4093)
This commit is contained in:
committed by
Paul Chaignon
parent
51d3711faf
commit
7b9ec3d1b3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user