feat: add support for assembly

This commit is contained in:
iCrawl 2017-12-10 22:10:25 +01:00
parent 51b3448a69
commit 853076d853
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -32,6 +32,39 @@
".axd": {
"image": "asp"
},
"/\\.(l?a|[ls]?o|out|s|a51|asm|axf|elf|prx|puff|z80)$/i": {
"image": "assembly"
},
".agc": {
"image": "assembly"
},
".ko": {
"image": "assembly"
},
".lst": {
"image": "assembly"
},
"/\\.((c([+px]{2}?)?-?)?objdump|bsdiff|bin|dat|pak|pdb)$/i": {
"image": "assembly"
},
".d-objdump": {
"image": "assembly"
},
"/\\.gcode|\\.gco/i": {
"image": "assembly"
},
"/\\.rpy[bc]$/i": {
"image": "assembly"
},
"/\\.py[co]$/i": {
"image": "assembly"
},
".swp": {
"image": "assembly"
},
".DS_Store": {
"image": "assembly"
},
".ahk": {
"image": "ahk"
},