Skip to content

Commit f323ffa

Browse files
authored
Treat patches as diff files (helix-editor#5085)
1 parent d14de27 commit f323ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev
10831083
name = "diff"
10841084
scope = "source.diff"
10851085
roots = []
1086-
file-types = ["diff"]
1086+
file-types = ["diff", "patch"]
10871087
injection-regex = "diff"
10881088
comment-token = "#"
10891089
indent = { tab-width = 2, unit = " " }

0 commit comments

Comments
 (0)