Adds type diff.

This commit is contained in:
Lars Jung 2012-08-07 15:51:50 +02:00
parent 49eb730757
commit 4245f2019e
3 changed files with 3 additions and 1 deletions

View File

@ -193,6 +193,7 @@ var H5AI_CONFIG = {
"c": "c",
"cpp": "cpp",
"css": "css",
"diff": "diff",
"h": "c",
"hpp": "cpp",
"install": "plain",
@ -302,6 +303,7 @@ var H5AI_CONFIG = {
"css": [".css", ".less"],
"deb": [".deb"],
"default": [],
"diff": [".diff", ".patch"],
"doc": [".doc", ".docx", ".odm", ".odt", ".ott"],
"draw": [".drw"],
"eps": [".eps"],
@ -345,7 +347,7 @@ var H5AI_CONFIG = {
"sql": [],
"tar": [".tar"],
"tex": [".tex"],
"text": [".diff", ".patch", ".text", ".txt"],
"text": [".text", ".txt"],
"tiff": [".tiff"],
"unknown": [],
"vcal": [".vcal"],

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB