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

3
.gitmodules vendored
View File

@@ -568,6 +568,9 @@
[submodule "vendor/grammars/language-ruby"]
path = vendor/grammars/language-ruby
url = https://github.com/atom/language-ruby
[submodule "vendor/grammars/language-sed"]
path = vendor/grammars/language-sed
url = https://github.com/Alhadis/language-sed
[submodule "vendor/grammars/language-shellscript"]
path = vendor/grammars/language-shellscript
url = https://github.com/atom/language-shellscript