linguist-languages
Version:
Linguist languages.yml in JSON format
21 lines (20 loc) • 343 B
JavaScript
module.exports = {
"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
}