mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-17 14:03:39 -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('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype ==? "tli"
|
elseif a:filetype ==? "tli"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
|
elseif a:filetype ==? "tmux"
|
||||||
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype ==? "trasys"
|
elseif a:filetype ==? "trasys"
|
||||||
call s:MapDelimiters("$", "")
|
call s:MapDelimiters("$", "")
|
||||||
elseif a:filetype ==? "tsalt"
|
elseif a:filetype ==? "tsalt"
|
||||||
|
|||||||
Reference in New Issue
Block a user