diff --git a/languages.toml b/languages.toml index 53c1372c29f22..848f39e75e3a9 100644 --- a/languages.toml +++ b/languages.toml @@ -542,6 +542,7 @@ roots = [] name = "git-config" scope = "source.gitconfig" roots = [] +# TODO: allow specifying file-types as a regex so we can read directory names (e.g. `.git/config`) file-types = [".gitmodules", ".gitconfig"] injection-regex = "git-config" comment-token = "#"