diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b7ba977..44d6b12 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -372,6 +372,7 @@ let s:delimiterMap = { \ 'tidy': { 'left': '#' }, \ 'tli': { 'left': '#' }, \ 'tmux': { 'left': '#' }, + \ 'toml': { 'left': '#' }, \ 'trasys': { 'left': "$" }, \ 'tsalt': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'tsscl': { 'left': '#' },