mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Support i3wm and sway config (#11424)
* Support i3wm and sway config better syntax highlight and fix comment string * typo
This commit is contained in:
parent
f8f056d82f
commit
c9c4452824
@ -949,6 +949,8 @@ file-types = [
|
||||
"tcshrc",
|
||||
"bashrc_Apple_Terminal",
|
||||
"zshrc_Apple_Terminal",
|
||||
{ glob = "i3/config" },
|
||||
{ glob = "sway/config" },
|
||||
{ glob = "tmux.conf" },
|
||||
{ glob = ".bash_history" },
|
||||
{ glob = ".bash_login" },
|
||||
|
Loading…
Reference in New Issue
Block a user