UNPKG

343 BJavaScriptView Raw
1module.exports = {
2 "name": "Forth",
3 "type": "programming",
4 "color": "#341708",
5 "extensions": [
6 ".fth",
7 ".4th",
8 ".f",
9 ".for",
10 ".forth",
11 ".fr",
12 ".frt",
13 ".fs"
14 ],
15 "tmScope": "source.forth",
16 "aceMode": "forth",
17 "codemirrorMode": "forth",
18 "codemirrorMimeType": "text/x-forth",
19 "languageId": 114
20}