From 3441a98b2d33e2d0a658c99ee0558f0474361e82 Mon Sep 17 00:00:00 2001 From: Priyansh Saxena Date: Tue, 1 Dec 2020 12:07:49 +0530 Subject: [PATCH] Add support for Rego (Open Policy Agent) (#446) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 0b1cff92..eeec6420 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -351,6 +351,7 @@ let s:delimiterMap = { \ 'rc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'rebol': { 'left': ';' }, \ 'registry': { 'left': ';' }, + \ 'rego': { 'left': ';' }, \ 'remind': { 'left': '#' }, \ 'renpy': { 'left': '# ' }, \ 'resolv': { 'left': '#' },