Syntax Highlighting Extensions to the Syntax Framework
{ "name": "syntax-highlight", "path": "/usr/src/package", "targets": [ { "name": "SyntaxHighlight", "path": "Sources/SyntaxHighlight", "type": "library", "c99name": "SyntaxHighlight", "sources": [ "Format.swift", "Parser+attributedString.swift", "Parser+highlight.swift", "Parser+html.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SyntaxHighlight" ], "product_dependencies": [ "SyntaxTree" ] } ], "products": [ { "name": "SyntaxHighlight", "type": { "library": [ "automatic" ] }, "targets": [ "SyntaxHighlight" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/nerdsupremacist/SyntaxTree.git", "type": "sourceControl", "identity": "syntaxtree", "requirement": { "range": [ { "lower_bound": "0.1.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.3", "manifest_display_name": "syntax-highlight" }
{ "name": "syntax-highlight", "targets": [ { "name": "SyntaxHighlight", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SyntaxTree", null ] } ], "packageAccess": false } ], "products": [ { "name": "SyntaxHighlight", "type": { "library": [ "automatic" ] }, "targets": [ "SyntaxHighlight" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "syntaxtree", "location": { "remote": [ { "urlString": "https://github.com/nerdsupremacist/SyntaxTree.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.1.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "syntax-highlight", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/nerdsupremacist/SyntaxTree.git", "name": "SyntaxTree", "path": "/usr/src/package/.build/checkouts/SyntaxTree", "version": "0.1.0", "identity": "syntaxtree", "dependencies": [] } ] }