Skip to content

Commit a2abfae

Browse files
committed
feat: add tmux language support to treesitter
Enables syntax highlighting and code parsing for tmux configuration files to improve developer experience when editing .tmux.conf and similar tmux-related files. Signed-off-by: Marcelo Borges <[email protected]>
1 parent 466c5fb commit a2abfae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/plugins/treesitter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ return {
2424
"yaml",
2525
"toml",
2626
"xml",
27+
"tmux",
2728
})
2829
end,
2930
},

0 commit comments

Comments
 (0)