diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e6660ce..46afaed 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -154,6 +154,7 @@ let s:delimiterMap = { \ 'focexec': { 'left': '-*' }, \ 'form': { 'left': '*' }, \ 'foxpro': { 'left': '*' }, + \ 'fsharp': { 'left': '(*', 'right': '*)', 'leftAlt': '//' }, \ 'fstab': { 'left': '#' }, \ 'fvwm': { 'left': '#' }, \ 'fx': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },