mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
add AWS config and kube config file support (#14316)
This commit is contained in:
@@ -1491,6 +1491,7 @@ file-types = [
|
||||
{ glob = ".clang-format" },
|
||||
{ glob = ".clang-tidy" },
|
||||
{ glob = ".gem/credentials" },
|
||||
{ glob = ".kube/config" },
|
||||
"sublime-syntax"
|
||||
]
|
||||
comment-token = "#"
|
||||
@@ -3104,6 +3105,7 @@ file-types = [
|
||||
{ glob = "hgrc" },
|
||||
{ glob = "npmrc" },
|
||||
{ glob = "rclone.conf" },
|
||||
{ glob = ".aws/config" },
|
||||
"properties",
|
||||
"cfg",
|
||||
"directory"
|
||||
|
Reference in New Issue
Block a user