From 898de2de1bf78c16768a188f5b1a26f6e3252fd1 Mon Sep 17 00:00:00 2001 From: John Flores <56614456+jnsf-cg@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:41:13 -0800 Subject: [PATCH] Update rego comment to # (#459) --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index f5d8ac2..39ab035 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -353,7 +353,7 @@ let s:delimiterMap = { \ 'rc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'rebol': { 'left': ';' }, \ 'registry': { 'left': ';' }, - \ 'rego': { 'left': ';' }, + \ 'rego': { 'left': '#' }, \ 'remind': { 'left': '#' }, \ 'renpy': { 'left': '# ' }, \ 'resolv': { 'left': '#' },