A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/94d53589221567444bac2cf6a3692906259fe4c6 below:

add support for tmux.conf files · neovim/neovim@94d5358 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed Original file line number Diff line number Diff line change

@@ -1038,6 +1038,7 @@ local filename = {

1038 1038

["tidy.conf"] = "tidy",

1039 1039

tidyrc = "tidy",

1040 1040

[".tidyrc"] = "tidy",

1041 +

[".tmux.conf"] = "tmux",

1041 1042

["/.cargo/config"] = "toml",

1042 1043

Pipfile = "toml",

1043 1044

["Gopkg.lock"] = "toml",

@@ -1233,6 +1234,8 @@ local pattern = {

1233 1234

[".*/%.config/systemd/user/.*%.d/.*%.conf"] = "systemd",

1234 1235

[".*/etc/systemd/system/.*%.d/.*%.conf"] = "systemd",

1235 1236

[".*%.t%.html"] = "tilde",

1237 +

["%.?tmux.*%.conf"] = "tmux",

1238 +

["%.?tmux.*%.conf.*"] = { "tmux", { priority = -1 } },

1236 1239

[".*/%.cargo/config"] = "toml",

1237 1240

[".*/%.cargo/credentials"] = "toml",

1238 1241

[".*/etc/udev/udev%.conf"] = "udevconf",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4