{"id":15736063,"url":"https://github.com/tjx666/better-colorizer","last_synced_at":"2025-04-26T10:47:33.438Z","repository":{"id":236618220,"uuid":"629368852","full_name":"tjx666/better-colorizer","owner":"tjx666","description":"a vscode extension to support syntax highlight for git error file and output panel","archived":false,"fork":false,"pushed_at":"2023-04-18T19:04:25.000Z","size":860,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T23:39:59.962Z","etag":null,"topics":["color","git","output","syntax-highlighting","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=YuTengjing.better-colorizer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjx666.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-18T07:12:19.000Z","updated_at":"2024-03-13T04:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fc6ca7e-86f0-49ce-af56-4cfe08e79b3c","html_url":"https://github.com/tjx666/better-colorizer","commit_stats":null,"previous_names":["tjx666/better-colorizer"],"tags_count":5,"template":false,"template_full_name":"tjx666/awesome-vscode-extension-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fbetter-colorizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fbetter-colorizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fbetter-colorizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fbetter-colorizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjx666","download_url":"https://codeload.github.com/tjx666/better-colorizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250787597,"owners_count":21487259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color","git","output","syntax-highlighting","vscode-extension"],"created_at":"2024-10-04T01:20:51.932Z","updated_at":"2025-04-25T08:49:44.612Z","avatar_url":"https://github.com/tjx666.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better Colorizer\n\n\u003cdiv align=\"center\"\u003e\n\n[![Version](https://img.shields.io/visual-studio-marketplace/v/YuTengjing.better-colorizer)](https://marketplace.visualstudio.com/items/YuTengjing.better-colorizer/changelog) [![Installs](https://img.shields.io/visual-studio-marketplace/i/YuTengjing.better-colorizer)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.better-colorizer) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/YuTengjing.better-colorizer)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.better-colorizer) [![Rating Star](https://img.shields.io/visual-studio-marketplace/stars/YuTengjing.better-colorizer)](https://marketplace.visualstudio.com/items?itemName=YuTengjing.better-colorizer\u0026ssr=false#review-details) [![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/YuTengjing.better-colorizer)](https://github.com/tjx666/better-colorizer)\n\n![test](https://github.com/tjx666/better-colorizer/actions/workflows/test.yml/badge.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![Github Open Issues](https://img.shields.io/github/issues/tjx666/better-colorizer)](https://github.com/tjx666/better-colorizer/issues) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)\n\n\u003c/div\u003e\n\n## Features\n\n### git error file syntax highlight\n\nbefore:\n\n![git error file before](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/git-error-before.png?raw=true)\n\nafter:\n\n![git error file after](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/git-error-after.png?raw=true)\n\nVSCode will builtin support this after my pull request is merged: [feat: treat git-error file as log](https://github.com/microsoft/vscode/pull/177885)\n\n### output panel syntax highlight\n\nbefore:\n\n![output panel before](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/output-panel-before.png?raw=true)\n\nafter:\n\n![output panel after](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/output-panel-after.png?raw=true)\n\nmotivation: [createOutputChannel languageId param should use log instead of Log](https://github.com/microsoft/vscode/issues/176902)\n\n## My extensions\n\n- [Open in External App](https://github.com/tjx666/open-in-external-app)\n- [Package Manager Enhancer](https://github.com/tjx666/package-manager-enhancer)\n- [Neo File Utils](https://github.com/tjx666/vscode-neo-file-utils)\n- [VSCode FE Helper](https://github.com/tjx666/vscode-fe-helper)\n- [VSCode archive](https://github.com/tjx666/vscode-archive)\n- [Modify File Warning](https://github.com/tjx666/modify-file-warning)\n- [Power Edit](https://github.com/tjx666/power-edit)\n- [Adobe Extension Development Tools](https://github.com/tjx666/vscode-adobe-extension-devtools)\n- [Scripting Listener](https://github.com/tjx666/scripting-listener)\n\nCheck all here: [publishers/YuTengjing](https://marketplace.visualstudio.com/publishers/YuTengjing)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fbetter-colorizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjx666%2Fbetter-colorizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fbetter-colorizer/lists"}