Merge pull request #393 from gsf/patch-1
Add file handler extensions for crt, key, pem, pub
This commit is contained in:
commit
4eb939e987
1 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,7 @@
|
|||
"coffee",
|
||||
"conf",
|
||||
"cpp",
|
||||
"crt",
|
||||
"cs",
|
||||
"csh",
|
||||
"css",
|
||||
|
@ -89,6 +90,7 @@
|
|||
"js",
|
||||
"json",
|
||||
"jsx",
|
||||
"key",
|
||||
"ksh",
|
||||
"less",
|
||||
"lisp",
|
||||
|
@ -110,6 +112,7 @@
|
|||
"micro",
|
||||
"obc",
|
||||
"patch",
|
||||
"pem",
|
||||
"php",
|
||||
"pkb",
|
||||
"pkg",
|
||||
|
@ -118,6 +121,7 @@
|
|||
"pls",
|
||||
"pm",
|
||||
"ps",
|
||||
"pub",
|
||||
"py",
|
||||
"r",
|
||||
"rake",
|
||||
|
@ -159,4 +163,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue