Inspect and view changes in Azure DevOps Vue/Astro Syntax Highlighting source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Azure DevOps Vue/Astro Syntax Highlighting",
"description": "Enable syntax highlighting for .vue and .astro files when reviewing pull requests.",
"version": "1.1",
"web_accessible_resources": [
{
"resources": [
"scripts/add-syntax.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"js": [
"scripts/index.js"
],
"matches": [
"https://dev.azure.com/*",
"https://*.visualstudio.com/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}