mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 04:33:47 -05:00
add support for mp (metapost) filetype
This commit is contained in:
@@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('(*','*)')
|
||||
elseif a:filetype ==? "monk"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype ==? "mp"
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype ==? "mplayerconf"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "mrxvtrc"
|
||||
|
||||
Reference in New Issue
Block a user