Merge pull request #1975 from github/http

Http
This commit is contained in:
Arfon Smith
2015-01-08 14:19:38 -06:00
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -528,6 +528,9 @@
[submodule "vendor/grammars/sublime-bsv"]
path = vendor/grammars/sublime-bsv
url = https://github.com/thotypous/sublime-bsv
[submodule "vendor/grammars/Sublime-HTTP"]
path = vendor/grammars/Sublime-HTTP
url = https://github.com/httpspec/sublime-highlighting
[submodule "vendor/grammars/sass-textmate-bundle"]
path = vendor/grammars/sass-textmate-bundle
url = https://github.com/nathos/sass-textmate-bundle

View File

@@ -66,6 +66,8 @@ vendor/grammars/Stata.tmbundle:
- source.stata
vendor/grammars/Sublime-Coq:
- source.coq
vendor/grammars/Sublime-HTTP:
- source.httpspec
vendor/grammars/Sublime-Inform:
- source.Inform7
vendor/grammars/Sublime-Lasso:

View File

@@ -1212,7 +1212,7 @@ HTTP:
type: data
extensions:
- .http
tm_scope: none
tm_scope: source.httpspec
ace_mode: text
Hack:

1
vendor/grammars/Sublime-HTTP vendored Submodule