mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
add support for llvm
This commit is contained in:
@@ -465,6 +465,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimitersWithAlternative(';','', '#|', '|#')
|
||||
elseif a:filetype == "lite"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "llvm"
|
||||
call s:MapDelimiters(';','')
|
||||
elseif a:filetype == "lookupfile"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "lotos"
|
||||
|
||||
Reference in New Issue
Block a user