From d1ac2382b2bd3c2ff7efa09fc185c8975b584b03 Mon Sep 17 00:00:00 2001 From: m-pilia Date: Thu, 6 Apr 2017 12:59:25 +0200 Subject: [PATCH] add gl shaders language (#293) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b27426d..cd45453 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -195,6 +195,7 @@ let s:delimiterMap = { \ 'gitconfig': { 'left': ';' }, \ 'gitignore': { 'left': '#' }, \ 'gitrebase': { 'left': '#' }, + \ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gnuplot': { 'left': '#' }, \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },