diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 210b41f..69bd643 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -350,6 +350,7 @@ let s:delimiterMap = { \ 'slice': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'slim': { 'left': '/', 'leftAlt': '/!' }, \ 'slrnrc': { 'left': '%' }, + \ 'sls': { 'left': '#' }, \ 'sm': { 'left': '#' }, \ 'smarty': { 'left': '{*', 'right': '*}' }, \ 'smil': { 'left': '' },