mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
Added support for Arm Assembly
This commit is contained in:
parent
98cec44ef6
commit
ddb2952fdc
|
@ -79,6 +79,7 @@ let s:delimiterMap = {
|
|||
\ 'apachestyle': { 'left': '#' },
|
||||
\ 'asciidoc': { 'left': '//' },
|
||||
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
\ 'armasm': { 'left': ';' },
|
||||
\ 'asm68k': { 'left': ';' },
|
||||
\ 'asm': { 'left': ';', 'leftAlt': '#' },
|
||||
\ 'asn': { 'left': '--' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user