mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 19:53:47 -05:00
add support for pdf
This commit is contained in:
@@ -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.
|
- add support for javacc, thanks to Matt Tolton.
|
||||||
- make <%# %> the default delims for eruby, thanks to tpope.
|
- make <%# %> the default delims for eruby, thanks to tpope.
|
||||||
- add support for javascript.jquery, thanks to Ivan Devat.
|
- 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
|
2.2.1
|
||||||
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
||||||
@@ -1072,7 +1072,7 @@ Andrey Skvortsov mp
|
|||||||
Simon Hengel htmlcheetah
|
Simon Hengel htmlcheetah
|
||||||
Matt Tolton javacc
|
Matt Tolton javacc
|
||||||
Ivan Devat javascript.jquery
|
Ivan Devat javascript.jquery
|
||||||
tpope cucumber
|
tpope cucumber,pdf
|
||||||
==============================================================================
|
==============================================================================
|
||||||
9. License *NERDComLicense*
|
9. License *NERDComLicense*
|
||||||
|
|
||||||
|
|||||||
@@ -612,6 +612,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype ==? "pccts"
|
elseif a:filetype ==? "pccts"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
|
elseif a:filetype ==? "pdf"
|
||||||
|
call s:MapDelimiters('%', '')
|
||||||
elseif a:filetype ==? "perl"
|
elseif a:filetype ==? "perl"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype ==? "pfmain"
|
elseif a:filetype ==? "pfmain"
|
||||||
|
|||||||
Reference in New Issue
Block a user