mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
fix automake comments
This commit is contained in:
parent
aaf2471da7
commit
68bf65fcd2
|
@ -800,6 +800,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||
|
||||
2.x.x
|
||||
- add support for newlisp, thanks to Matthew Lee Hinman.
|
||||
- fix automake comments, thanks to Elias Pipping
|
||||
|
||||
2.2.0
|
||||
- rewrote the mappings system to be more "standard".
|
||||
|
@ -1030,6 +1031,7 @@ sgronblo man
|
|||
François txt2tags
|
||||
Giacomo Mariani SVNinfo
|
||||
Matthew Lee Hinman newlisp
|
||||
Elias Pipping automake
|
||||
|
||||
==============================================================================
|
||||
9. License *NERDComLicense*
|
||||
|
|
|
@ -164,7 +164,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
elseif a:filetype == "autoit"
|
||||
call s:MapDelimiters(';','')
|
||||
elseif a:filetype == "automake"
|
||||
call s:MapDelimitersWithAlternative('#','', 'dnl ', '')
|
||||
call s:MapDelimiters('##','')
|
||||
elseif a:filetype == "ave"
|
||||
call s:MapDelimiters("'",'')
|
||||
elseif a:filetype == "awk"
|
||||
|
|
Loading…
Reference in New Issue
Block a user