aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorPoliorcetics2024-01-27 19:17:37 +0000
committerGitHub2024-01-27 19:17:37 +0000
commit0d09fb4f550eb87a02f5f17dffb0800220f2e937 (patch)
tree435e4e8926315091d84131397ad70981cae84cf2 /languages.toml
parent2661e05b3405c216a2303c20e71830b4bde7ac35 (diff)
lang(git-ignore): add `helix/ignore` to git-ignore file types (#9447)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
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"