Unnamed repository; edit this file 'description' to name the repository.
Add .tmux.conf glob to bash file-types (#14449)
| -rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 98258b40..e348dec4 100644 --- a/languages.toml +++ b/languages.toml @@ -1151,6 +1151,7 @@ file-types = [ "zshrc_Apple_Terminal", { glob = "i3/config" }, { glob = "sway/config" }, + { glob = ".tmux.conf" }, { glob = "tmux.conf" }, { glob = ".bash_history" }, { glob = ".bash_login" }, |