Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)