UNPKG

253 BJavaScriptView Raw
1export default {
2 "name": "HTTP",
3 "type": "data",
4 "color": "#005C9C",
5 "extensions": [
6 ".http"
7 ],
8 "tmScope": "source.httpspec",
9 "aceMode": "text",
10 "codemirrorMode": "http",
11 "codemirrorMimeType": "message/http",
12 "languageId": 152
13}