diff --git a/languages.toml b/languages.toml index 279dab1f..ee9b9961 100644 --- a/languages.toml +++ b/languages.toml @@ -973,7 +973,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-gitattributes", rev = name = "git-ignore" scope = "source.gitignore" roots = [] -file-types = [".gitignore"] +file-types = [".gitignore", ".gitignore_global"] injection-regex = "git-ignore" comment-token = "#" grammar = "gitignore"