This extention contains snippets and syntax highlighing is for JASP assembly it auto detect if it is JASP by the file extension.
Which is .jas and .lib.
[x] Colourize hex values when used with DC.W - DS.W - MOVE - EQU
[x] Colourize DC.B quotions
[x] Colourized comments
[x] Added ctrl + / shortcut for comments
Version 1.1
[x] Text to 2 digit hex snippet
[x] Text to 4 digit hex snippet
[x] cf_putchar snippet
[x] setup snippet
Snippets
h2_x (convert text to 2 digit hex. replace x with letter or number) V1.1
h4_x (convert text to 4 digit hex. replace x with letter or number) V1.1
cf_x (create function example cf_putchar to print char) V1.1
setup (setup all registers) V1.1
ToAdd
[ ] Colourize variables
[ ] Colourize functions that does not start with underscore