mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -05: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:
committed by
Martin Grenfell
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"
|
||||
|
||||
Reference in New Issue
Block a user