mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Treat patches as diff files (#5085)
This commit is contained in:
parent
d14de27709
commit
f323ffabcc
@ -1083,7 +1083,7 @@ source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev
|
||||
name = "diff"
|
||||
scope = "source.diff"
|
||||
roots = []
|
||||
file-types = ["diff"]
|
||||
file-types = ["diff", "patch"]
|
||||
injection-regex = "diff"
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
Loading…
Reference in New Issue
Block a user