mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-18 11:42:46 +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*
|
8. Changelog *NERDComChangelog*
|
||||||
|
|
||||||
|
2.x.x
|
||||||
|
- add support for newlisp, thanks to Matthew Lee Hinman.
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
- removed all the mapping options. Now, mappings to <plug> mappings are
|
- removed all the mapping options. Now, mappings to <plug> mappings are
|
||||||
|
@ -1026,6 +1029,7 @@ Bernhard Grotz potwiki
|
||||||
sgronblo man
|
sgronblo man
|
||||||
François txt2tags
|
François txt2tags
|
||||||
Giacomo Mariani SVNinfo
|
Giacomo Mariani SVNinfo
|
||||||
|
Matthew Lee Hinman newlisp
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
9. License *NERDComLicense*
|
9. License *NERDComLicense*
|
||||||
|
|
|
@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype == "netrw"
|
elseif a:filetype == "netrw"
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
|
elseif a:filetype == "newlisp"
|
||||||
|
call s:MapDelimiters(';','')
|
||||||
elseif a:filetype == "nqc"
|
elseif a:filetype == "nqc"
|
||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
elseif a:filetype == "nroff"
|
elseif a:filetype == "nroff"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user