Treat patches as diff files (#5085)
This commit is contained in:
parent
d14de27709
commit
f323ffabcc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue