diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim
index 4b2f4d6..72fb564 100644
--- a/plugin/NERD_commenter.vim
+++ b/plugin/NERD_commenter.vim
@@ -89,7 +89,7 @@ let s:delimiterMap = {
     \ 'asn': { 'left': '--' },
     \ 'aspvbs': { 'left': '''', 'leftAlt': '<!--', 'rightAlt': '-->' },
     \ 'asterisk': { 'left': ';' },
-    \ 'asy': { 'left': '//' },
+    \ 'asy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
     \ 'atlas': { 'left': 'C', 'right': '$' },
     \ 'autohotkey': { 'left': ';' },
     \ 'autoit': { 'left': ';' },