mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Add rclone.conf as a glob to make it behave as an ini file (#9959)
This commit is contained in:
parent
f5d95de227
commit
c9e34c556b
1 changed files with 1 additions and 0 deletions
|
@ -2616,6 +2616,7 @@ file-types = [
|
||||||
"kube",
|
"kube",
|
||||||
"network",
|
"network",
|
||||||
{ glob = ".editorconfig" },
|
{ glob = ".editorconfig" },
|
||||||
|
{ glob = "rclone.conf" },
|
||||||
"properties",
|
"properties",
|
||||||
"cfg",
|
"cfg",
|
||||||
"directory"
|
"directory"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue