mirror of https://github.com/helix-editor/helix
Add rclone.conf as a glob to make it behave as an ini file (#9959)
parent
f5d95de227
commit
c9e34c556b
|
@ -2616,6 +2616,7 @@ file-types = [
|
||||||
"kube",
|
"kube",
|
||||||
"network",
|
"network",
|
||||||
{ glob = ".editorconfig" },
|
{ glob = ".editorconfig" },
|
||||||
|
{ glob = "rclone.conf" },
|
||||||
"properties",
|
"properties",
|
||||||
"cfg",
|
"cfg",
|
||||||
"directory"
|
"directory"
|
||||||
|
|
Loading…
Reference in New Issue