{ "name": "syntax-highlighting", "version": "6.25.0", "description": "Syntax highlighting engine for Kate syntax definitions", "homepage": "https://invent.kde.org/frameworks/syntax-highlighting", "documentation": "https://api.kde.org/ksyntaxhighlighting-index.html", "supports": "!android & !(windows & arm64)", "dependencies": [ "ecm", { "name": "qtbase", "default-features": false }, { "name": "qttools", "host": true, "default-features": false, "features": [ "linguist" ] }, { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "translations": { "description": "Build and install translation files", "dependencies": [ { "name": "qttools", "host": true, "features": [ "linguist" ] } ] } } }