GET /api/v1/ports/zsh-syntax-highlighting/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "zsh-syntax-highlighting",
"portdir": "sysutils/zsh-syntax-highlighting",
"version": "0.8.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsh-users/zsh-syntax-highlighting",
"description": "Fish shell-like like syntax highlighting for Zsh.",
"long_description": "This package provides syntax highlighing for the shell zsh. It enables highlighing of commands whilst they are typed at a zsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors. Please note that you must load zsh-syntax-highlighting after all other custom widgets, at the end of your .zshrc file.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 162
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"zsh"
]
}
],
"depends_on": []
}