Skip to content

Commit 4b049b8

Browse files
author
Pascal Bugnion
committed
Added support for fortran and yaml filetypes.
1 parent 0b3d928 commit 4b049b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/NERD_commenter.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ let s:delimiterMap = {
157157
\ 'fgl': { 'left': '#' },
158158
\ 'focexec': { 'left': '-*' },
159159
\ 'form': { 'left': '*' },
160+
\ 'fortran': { 'left': '!' },
160161
\ 'foxpro': { 'left': '*' },
161162
\ 'fsharp': { 'left': '(*', 'right': '*)', 'leftAlt': '//' },
162163
\ 'fstab': { 'left': '#' },
@@ -403,6 +404,7 @@ let s:delimiterMap = {
403404
\ 'xmath': { 'left': '#' },
404405
\ 'xpm2': { 'left': '!' },
405406
\ 'xquery': { 'left': '(:', 'right': ':)' },
407+
\ 'yaml': { 'left': '#' },
406408
\ 'z8a': { 'left': ';' }
407409
\ }
408410

0 commit comments

Comments
 (0)