diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 0940a42..b7f72f5 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -285,6 +285,7 @@ let s:delimiterMap = { \ 'opl': { 'left': "REM" }, \ 'ora': { 'left': '#' }, \ 'ox': { 'left': '//' }, + \ 'pandoc': { 'left': '' }, \ 'pascal': { 'left': '{','right': '}', 'leftAlt': '(*', 'rightAlt': '*)' }, \ 'patran': { 'left': '$', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'pcap': { 'left': '#' }, @@ -367,6 +368,7 @@ let s:delimiterMap = { \ 'sqr': { 'left': '!' }, \ 'squid': { 'left': '#' }, \ 'st': { 'left': '"' }, + \ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'stp': { 'left': '/*','right': '*/', 'leftAlt': '//' }, \ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },