language-assembly

Provides syntax highlighing for assembly language.

oliverkeeble

25,052

6

0.7.2

Public Domain

GitHub

language-assembly

An assembly grammar for Atom.


Yay, pretty colours!


Example snippets

Right now, the package does not include any snippets, but you can add them manually.

Check out all the snippets we have on our Wiki!

'.source.assembly.asm.x86.intel':
    'Move instruction':
        'prefix': 'MOV'
        'body': 'MOV $1, $2'
    'Move to Accumulator':
        'prefix': 'MOVA'
        'body': 'MOV A, $1'
    'Add':
        'prefix': 'ADD'
        'body': 'ADD A, $1'

To Do List