Skip to content

Commit a96e635

Browse files
committed
Merge pull request preservim#120 from pbugnion/master
Added support for fortran and yaml filetypes
2 parents 0beb181 + 4b049b8 commit a96e635

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
@@ -160,6 +160,7 @@ let s:delimiterMap = {
160160
\ 'fgl': { 'left': '#' },
161161
\ 'focexec': { 'left': '-*' },
162162
\ 'form': { 'left': '*' },
163+
\ 'fortran': { 'left': '!' },
163164
\ 'foxpro': { 'left': '*' },
164165
\ 'fsharp': { 'left': '(*', 'right': '*)', 'leftAlt': '//' },
165166
\ 'fstab': { 'left': '#' },
@@ -406,6 +407,7 @@ let s:delimiterMap = {
406407
\ 'xmath': { 'left': '#' },
407408
\ 'xpm2': { 'left': '!' },
408409
\ 'xquery': { 'left': '(:', 'right': ':)' },
410+
\ 'yaml': { 'left': '#' },
409411
\ 'z8a': { 'left': ';' }
410412
\ }
411413

0 commit comments

Comments
 (0)