lang(git-ignore): add `helix/ignore` to git-ignore file types (#9447)

pull/9449/head
Poliorcetics 5 months ago committed by GitHub
parent 2661e05b34
commit 0d09fb4f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1484,7 +1484,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-gitattributes", rev =
[[language]]
name = "git-ignore"
scope = "source.gitignore"
file-types = [".gitignore", ".gitignore_global", ".ignore", ".prettierignore", ".eslintignore", ".npmignore", "CODEOWNERS"]
file-types = [".gitignore", ".gitignore_global", ".ignore", ".prettierignore", ".eslintignore", ".npmignore", "CODEOWNERS", { suffix = ".config/helix/ignore" }, { suffix = ".helix/ignore" }]
injection-regex = "git-ignore"
comment-token = "#"
grammar = "gitignore"

Loading…
Cancel
Save