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",
|
"coffee",
|
||||||
"conf",
|
"conf",
|
||||||
"cpp",
|
"cpp",
|
||||||
|
"crt",
|
||||||
"cs",
|
"cs",
|
||||||
"csh",
|
"csh",
|
||||||
"css",
|
"css",
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
"js",
|
"js",
|
||||||
"json",
|
"json",
|
||||||
"jsx",
|
"jsx",
|
||||||
|
"key",
|
||||||
"ksh",
|
"ksh",
|
||||||
"less",
|
"less",
|
||||||
"lisp",
|
"lisp",
|
||||||
|
@ -110,6 +112,7 @@
|
||||||
"micro",
|
"micro",
|
||||||
"obc",
|
"obc",
|
||||||
"patch",
|
"patch",
|
||||||
|
"pem",
|
||||||
"php",
|
"php",
|
||||||
"pkb",
|
"pkb",
|
||||||
"pkg",
|
"pkg",
|
||||||
|
@ -118,6 +121,7 @@
|
||||||
"pls",
|
"pls",
|
||||||
"pm",
|
"pm",
|
||||||
"ps",
|
"ps",
|
||||||
|
"pub",
|
||||||
"py",
|
"py",
|
||||||
"r",
|
"r",
|
||||||
"rake",
|
"rake",
|
||||||
|
|
Loading…
Reference in a new issue