Add highlight (#1383)

* Add highlight -- a syntax highlighter
Didn't create a shortcut, because highlight-gui.exe called by a shortcut doesn't load configuration files
This commit is contained in:
Changsheng 2017-03-18 19:12:56 -04:00 committed by Luke Sampson
parent f2c49aebc7
commit 6ca46327fc

18
highlight.json Normal file
View File

@ -0,0 +1,18 @@
{
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"version": "3.35",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.35-x64.zip",
"hash": "b63a88a3f3ea81965f46086df606eeedeffa20608107c7217f3d699ea5610957",
"extract_dir": "highlight-3.35-x64"
},
"32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.35.zip",
"hash": "ea4c81ff647eeb0d19ebf07f576b4b5366dcd34c9a50d397555cae3dfc82c6ee",
"extract_dir": "highlight-3.35"
}
},
"bin": "highlight.exe"
}