Skip to content

Commit

Permalink
add support for pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed Mar 6, 2009
1 parent 0bd4d5b commit 23aa888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/NERD_commenter.txt
Expand Up @@ -807,7 +807,7 @@ if your face looked like a toaster and a t-rex put together? :(
- add support for javacc, thanks to Matt Tolton.
- make <%# %> the default delims for eruby, thanks to tpope.
- add support for javascript.jquery, thanks to Ivan Devat.
- add support for cucumber, fix sass delims, thanks to tpope
- add support for cucumber and pdf, fix sass delims, thanks to tpope

2.2.1
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
Expand Down Expand Up @@ -1072,7 +1072,7 @@ Andrey Skvortsov mp
Simon Hengel htmlcheetah
Matt Tolton javacc
Ivan Devat javascript.jquery
tpope cucumber
tpope cucumber,pdf
==============================================================================
9. License *NERDComLicense*

Expand Down
2 changes: 2 additions & 0 deletions plugin/NERD_commenter.vim
Expand Up @@ -612,6 +612,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype ==? "pccts"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype ==? "pdf"
call s:MapDelimiters('%', '')
elseif a:filetype ==? "perl"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "pfmain"
Expand Down

0 comments on commit 23aa888

Please sign in to comment.