diff options
author | Poliorcetics | 2024-01-27 19:17:37 +0000 |
---|---|---|
committer | GitHub | 2024-01-27 19:17:37 +0000 |
commit | 0d09fb4f550eb87a02f5f17dffb0800220f2e937 (patch) | |
tree | 435e4e8926315091d84131397ad70981cae84cf2 | |
parent | 2661e05b3405c216a2303c20e71830b4bde7ac35 (diff) |
lang(git-ignore): add `helix/ignore` to git-ignore file types (#9447)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 87d4ae23..785bc970 100644 --- a/languages.toml +++ b/languages.toml @@ -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" |