Unnamed repository; edit this file 'description' to name the repository.
add AWS config and kube config file support (#14316)
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 0646ed84..66ada5d3 100644 --- a/languages.toml +++ b/languages.toml @@ -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" |