From 17cec9747e464867676d8bee6cb7b411f17bd006 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 8 Jun 2019 14:12:34 +0300 Subject: [PATCH] Add Ledger file support --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 7fe9884..ea672d4 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -250,6 +250,7 @@ let s:delimiterMap = { \ 'lace': { 'left': '--' }, \ 'laravel': { 'left': '{{--', 'right': '--}}' }, \ 'ldif': { 'left': '#' }, + \ 'ledger': { 'left': '#', 'leftAlt': ';' }, \ 'less': { 'left': '/*', 'right': '*/' }, \ 'lhaskell': { 'left': '>{-', 'right': '-}', 'leftAlt': '>-- ' }, \ 'lilo': { 'left': '#' },