Add diff language mode for .diff and .patch files (fixes #3183)

This commit is contained in:
Benjamin Pasero
2016-03-11 16:28:17 +01:00
parent 1371f241bd
commit 1a8546774e
4 changed files with 315 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[{
"name": "textmate/diff.tmbundle",
"version": "0.0.0",
"license": "TextMate Bundle License",
"repositoryURL": "https://github.com/textmate/diff.tmbundle",
"licenseDetail": [
"Permission to copy, use, modify, sell and distribute this",
"software is granted. This software is provided \"as is\" without",
"express or implied warranty, and with no claim as to its",
"suitability for any purpose."
]
}]