mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 11:13:47 -05:00
add support for newlisp
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user