linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 360 B
text/typescript
declare const _: {
"name": "Forth",
"type": "programming",
"color": "#341708",
"extensions": [
".fth",
".4th",
".f",
".for",
".forth",
".fr",
".frt",
".fs"
],
"tmScope": "source.forth",
"aceMode": "forth",
"codemirrorMode": "forth",
"codemirrorMimeType": "text/x-forth",
"languageId": 114
}
export default _