Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjx666/better-colorizer
a vscode extension to support syntax highlight for git error file and output panel
https://github.com/tjx666/better-colorizer
color git output syntax-highlighting vscode-extension
Last synced: 22 days ago
JSON representation
a vscode extension to support syntax highlight for git error file and output panel
- Host: GitHub
- URL: https://github.com/tjx666/better-colorizer
- Owner: tjx666
- License: other
- Created: 2023-04-18T07:12:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-18T19:04:25.000Z (over 1 year ago)
- Last Synced: 2024-10-11T01:39:01.725Z (about 1 month ago)
- Topics: color, git, output, syntax-highlighting, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=YuTengjing.better-colorizer
- Size: 840 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Better Colorizer
[![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&ssr=false#review-details) [![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/YuTengjing.better-colorizer)](https://github.com/tjx666/better-colorizer)
![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)
## Features
### git error file syntax highlight
before:
![git error file before](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/git-error-before.png?raw=true)
after:
![git error file after](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/git-error-after.png?raw=true)
VSCode will builtin support this after my pull request is merged: [feat: treat git-error file as log](https://github.com/microsoft/vscode/pull/177885)
### output panel syntax highlight
before:
![output panel before](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/output-panel-before.png?raw=true)
after:
![output panel after](https://github.com/tjx666/better-colorizer/blob/main/assets/screenshots/output-panel-after.png?raw=true)
motivation: [createOutputChannel languageId param should use log instead of Log](https://github.com/microsoft/vscode/issues/176902)
## My extensions
- [Open in External App](https://github.com/tjx666/open-in-external-app)
- [Package Manager Enhancer](https://github.com/tjx666/package-manager-enhancer)
- [Neo File Utils](https://github.com/tjx666/vscode-neo-file-utils)
- [VSCode FE Helper](https://github.com/tjx666/vscode-fe-helper)
- [VSCode archive](https://github.com/tjx666/vscode-archive)
- [Modify File Warning](https://github.com/tjx666/modify-file-warning)
- [Power Edit](https://github.com/tjx666/power-edit)
- [Adobe Extension Development Tools](https://github.com/tjx666/vscode-adobe-extension-devtools)
- [Scripting Listener](https://github.com/tjx666/scripting-listener)Check all here: [publishers/YuTengjing](https://marketplace.visualstudio.com/publishers/YuTengjing)