UNPKG

286 BJavaScriptView Raw
1module.exports = {
2 "name": "ActionScript",
3 "type": "programming",
4 "tmScope": "source.actionscript.3",
5 "color": "#882B0F",
6 "aliases": [
7 "actionscript 3",
8 "actionscript3",
9 "as3"
10 ],
11 "extensions": [
12 ".as"
13 ],
14 "aceMode": "actionscript",
15 "languageId": 10
16}