UNPKG

305 BJavaScriptView Raw
1module.exports = {
2 "name": "Assembly",
3 "type": "programming",
4 "color": "#6E4C13",
5 "aliases": [
6 "asm",
7 "nasm"
8 ],
9 "extensions": [
10 ".asm",
11 ".a51",
12 ".i",
13 ".inc",
14 ".nas",
15 ".nasm"
16 ],
17 "tmScope": "source.assembly",
18 "aceMode": "assembly_x86",
19 "languageId": 24
20}