From 0a115c5acdeeb4cfee84cb0ec73a3a3935010f64 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Wed, 3 Nov 2021 21:23:27 +0200 Subject: [PATCH] add `tmux.conf` to fileTypes e.g. `~/.config/tmux/tmux.conf` --- grammars/tmux.cson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammars/tmux.cson b/grammars/tmux.cson index b0c4312..4e8d09c 100644 --- a/grammars/tmux.cson +++ b/grammars/tmux.cson @@ -1,5 +1,6 @@ 'fileTypes': [ - '.tmux.conf' + '.tmux.conf', + 'tmux.conf' ] 'name': 'tmux' 'patterns': [