mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-22 04:33:45 +00:00
12 lines
339 B
JSON
12 lines
339 B
JSON
{
|
|
"name": "language-65asm",
|
|
"version": "6.1.0",
|
|
"description": "Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.",
|
|
"repository": "git@github.com:MatthewCallis/language-65asm.git",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|