This project provides syntax definition for scripting Tmux configuration.
These are what this project does:
- Syntax highlighting for 📁
tmux.conf
. - Compatible with Sublime Text 3 and 4.
- Works with
bat
command-line tool. - Supports syntax of Tmux 3.
- Written in
.sublime-syntax
rather than.tmLanguage
. - MIT licensed-free to use, modify and share.
Clone this repository into your 📁Package/
folder:
git clone https://github.com/Edditoria/tmux-sublime.git
Tip
To find the path of 📁Package/
, click "Preferences" → "Browse Packages" on menu bar of Sublime Text.
Restart Sublime Text if necessary.
Clone this repository into your 📁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
I want to include my 📁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.
- 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!