mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 02:32:46 +08:00
Added comment support for tmux.conf
tmux.conf has comments similar to bash, making the default C style comments inappropriate.
This commit is contained in:
parent
a1b4c3b94a
commit
9c8343c939
|
@ -659,6 +659,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "tli"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "tmux"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "trasys"
|
||||
call s:MapDelimiters("$", "")
|
||||
elseif a:filetype ==? "tsalt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user