UNPKG

270 BJavaScriptView Raw
1module.exports = {
2 "name": "Objective-J",
3 "type": "programming",
4 "color": "#ff0c5a",
5 "aliases": [
6 "obj-j",
7 "objectivej",
8 "objj"
9 ],
10 "extensions": [
11 ".j",
12 ".sj"
13 ],
14 "tmScope": "source.js.objj",
15 "aceMode": "text",
16 "languageId": 259
17}