From 371e4d0e099abb86a3016fefd1efae28a4e13856 Mon Sep 17 00:00:00 2001 From: glegodais Date: Wed, 26 Dec 2018 12:11:50 +0100 Subject: [PATCH] Add support for Faust (#354) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 31ea0d5..6db80e4 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -172,6 +172,7 @@ let s:delimiterMap = { \ 'exports': { 'left': '#' }, \ 'factor': { 'left': '! ', 'leftAlt': '!# ' }, \ 'fancy': { 'left': '#' }, + \ 'faust': { 'left': '//' }, \ 'fgl': { 'left': '#' }, \ 'focexec': { 'left': '-*' }, \ 'form': { 'left': '*' },