mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
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:
parent
f2c49aebc7
commit
6ca46327fc
18
highlight.json
Normal file
18
highlight.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user