mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -05:00
add support for stata
This commit is contained in:
@@ -761,6 +761,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "st"
|
||||
call s:MapDelimiters('"','')
|
||||
elseif a:filetype == "stata"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "stp"
|
||||
call s:MapDelimiters('--', '')
|
||||
elseif a:filetype == "strace"
|
||||
|
||||
Reference in New Issue
Block a user