Skip to content

Commit 5a8fb73

Browse files
authored
add AWS config and kube config file support (#14316)
1 parent 8671882 commit 5a8fb73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ file-types = [
14911491
{ glob = ".clang-format" },
14921492
{ glob = ".clang-tidy" },
14931493
{ glob = ".gem/credentials" },
1494+
{ glob = ".kube/config" },
14941495
"sublime-syntax"
14951496
]
14961497
comment-token = "#"
@@ -3104,6 +3105,7 @@ file-types = [
31043105
{ glob = "hgrc" },
31053106
{ glob = "npmrc" },
31063107
{ glob = "rclone.conf" },
3108+
{ glob = ".aws/config" },
31073109
"properties",
31083110
"cfg",
31093111
"directory"

0 commit comments

Comments
 (0)