mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
add support for newlisp
This commit is contained in:
parent
e14bdb0735
commit
aaf2471da7
|
@ -798,6 +798,9 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||
==============================================================================
|
||||
8. Changelog *NERDComChangelog*
|
||||
|
||||
2.x.x
|
||||
- add support for newlisp, thanks to Matthew Lee Hinman.
|
||||
|
||||
2.2.0
|
||||
- rewrote the mappings system to be more "standard".
|
||||
- removed all the mapping options. Now, mappings to <plug> mappings are
|
||||
|
@ -1026,6 +1029,7 @@ Bernhard Grotz potwiki
|
|||
sgronblo man
|
||||
François txt2tags
|
||||
Giacomo Mariani SVNinfo
|
||||
Matthew Lee Hinman newlisp
|
||||
|
||||
==============================================================================
|
||||
9. License *NERDComLicense*
|
||||
|
|
|
@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "netrw"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "newlisp"
|
||||
call s:MapDelimiters(';','')
|
||||
elseif a:filetype == "nqc"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "nroff"
|
||||
|
|
Loading…
Reference in New Issue
Block a user