Tmux Syntax Highlight
Tmux 3 syntax highlighting for Sublime Text and Bat CLI. MIT licensed for sharing.
Labels language syntax
Details
Installs
- Total 2K
- Win 339
- Mac 1K
- Linux 698
| Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Tmux 3 Syntax for Sublime Text and bat
This project provides syntax definition for scripting Tmux configuration.
What
These are what this project does:
- Syntax highlighting for :file_folder:
tmux.conf. - Compatible with Sublime Text 3 and 4.
- Works with
batcommand-line tool. - Supports syntax of Tmux 3.
- Written in
.sublime-syntaxrather than.tmLanguage. - MIT licensed-free to use, modify and share.
How
Install for Sublime Text

Clone this repository into your :file_folder:Package/ folder:
git clone https://github.com/Edditoria/tmux-sublime.git
[!TIP] To find the path of :file_folder:
Package/, click “Preferences” → “Browse Packages” on menu bar of Sublime Text.
Restart Sublime Text if necessary.
Install for bat CLI

Clone this repository into your :file_folder:bat/syntaxes/ directory:
mkdir -p "$(bat --config-dir)/syntaxes"
cd "$(bat --config-dir)/syntaxes"
git clone https://github.com/Edditoria/tmux-sublime.git
# Parse into a binary cache
bat cache --build
Why
I want to include my :file_folder:bat.conf in my dotfiles without licensing concerns. So, I can bat tmux.conf # with wings across my machines. Unfortunately I couldn't find any good and safe project on GitHub.

Status
- I create it to “show something” on screen using
bat. The code is definitely over-simplified currently. - I would maintain usability in Sublime Text. I don't know how far I can go. It depends on user demand: You!
- Please star this project to notify me to support more.
- Open issues for requests and improvements.
Thank you, open source!