Files
rspade_system/node_modules/linguist-languages/data/HTTP.d.ts
2025-12-03 21:28:08 +00:00

13 lines
232 B
TypeScript
Executable File

declare const _: {
name: 'HTTP'
type: 'data'
aceMode: 'text'
extensions: ['.http']
languageId: 152
tmScope: 'source.httpspec'
codemirrorMode: 'http'
codemirrorMimeType: 'message/http'
color: '#005C9C'
}
export = _