https://github.com/gfx/monochrome-ts-highlight
TypeScript Syntax Highlight for HTML in Monochrome Style using the VS Code Highlight Engine
https://github.com/gfx/monochrome-ts-highlight
syntax-highlight typescript
Last synced: about 1 year ago
JSON representation
TypeScript Syntax Highlight for HTML in Monochrome Style using the VS Code Highlight Engine
- Host: GitHub
- URL: https://github.com/gfx/monochrome-ts-highlight
- Owner: gfx
- License: isc
- Created: 2023-01-27T01:28:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T02:15:51.000Z (over 3 years ago)
- Last Synced: 2025-04-11T15:12:59.967Z (about 1 year ago)
- Topics: syntax-highlight, typescript
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monochrome-ts-highlight
This is a TypeScript syntax highlight for HTML in monochrome style using the vscode syntax highlight engine.
## Usage
```shell
npm install
npm run build
./monochrome-ts-highlight.mts examples.mts > examples.html
```
## Copyright and License
Copyright (c) FUJI Goro (gfx).
This software is released under the ISC license. See LICENSE for details.