diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 9ece48d..1d36a96 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -383,6 +383,7 @@ let s:delimiterMap = { \ 'sqlj': { 'left': '-- ' }, \ 'sqr': { 'left': '!' }, \ 'squid': { 'left': '#' }, + \ 'ss': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' }, \ 'sshdconfig': { 'left': '#' }, \ 'st': { 'left': '"' }, \ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },