https://github.com/trackd/pstextmate
https://github.com/trackd/pstextmate
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trackd/pstextmate
- Owner: trackd
- License: mit
- Created: 2024-09-05T11:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-03T22:58:57.000Z (11 months ago)
- Last Synced: 2025-07-03T23:30:32.520Z (11 months ago)
- Language: C#
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSTextMate
This modules allows you to render content in the console using TextMate.
see below table for supported grammars and builtin themes.
the module is meant to be paired with PwshSpectreConsole.
this is still in alpha stage, so expect breaking changes.
todo: add custom grammars, add custom themes.
## libraries
[TextMateSharp](https://github.com/danipen/TextMateSharp)
[PwshSpectreConsole](https://github.com/ShaunLawrie/PwshSpectreConsole)
[SpectreConsole](https://github.com/spectreconsole/spectre.console)
## Grammars and Themes
| grammars | themes |
|---------------|-------------------|
| asciidoc | Abbys |
| bat | Dark |
| clojure | DarkPlus |
| coffeescript | DimmedMonokai |
| cpp | KimbieDark |
| csharp | Light |
| css | LightPlus |
| dart | Monokai |
| diff | QuietLight |
| docker | Red |
| fsharp | SolarizedDark |
| git | SolarizedLight |
| go | TomorrowNightBlue |
| groovy | HighContrastLight |
| handlebars | HighContrastDark |
| hlsl | |
| html | |
| ini | |
| java | |
| javascript | |
| json | |
| julia | |
| latex | |
| less | |
| log | |
| lua | |
| make | |
| markdown | |
| markdown-math | |
| objective-c | |
| pascal | |
| perl | |
| php | |
| powershell | |
| pug | |
| python | |
| r | |
| razor | |
| ruby | |
| rust | |
| scss | |
| shaderlab | |
| shellscript | |
| sql | |
| swift | |
| typescript | |
| vb | |
| xml | |
| yaml | |