Skip to content

Commit

Permalink
Merge pull request #62 from jimmyharris/master
Browse files Browse the repository at this point in the history
added support for arm assembly syntax
  • Loading branch information
scrooloose committed Mar 27, 2012
2 parents bfa37cd + ddb2952 commit cb242a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ let s:delimiterMap = {
\ 'apachestyle': { 'left': '#' },
\ 'asciidoc': { 'left': '//' },
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
\ 'armasm': { 'left': ';' },
\ 'asm68k': { 'left': ';' },
\ 'asm': { 'left': ';', 'leftAlt': '#' },
\ 'asn': { 'left': '--' },
Expand Down

0 comments on commit cb242a9

Please sign in to comment.