Skip to content

Commit

Permalink
Add support for Rego (Open Policy Agent) (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshsaxena authored Dec 1, 2020
1 parent 253eafd commit 3441a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ let s:delimiterMap = {
\ 'rc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'rebol': { 'left': ';' },
\ 'registry': { 'left': ';' },
\ 'rego': { 'left': ';' },
\ 'remind': { 'left': '#' },
\ 'renpy': { 'left': '# ' },
\ 'resolv': { 'left': '#' },
Expand Down

0 comments on commit 3441a98

Please sign in to comment.