0 purchases
textxgencoloring 0.1.2
Syntax Highlighting Generator for textX Languages
This project uses textX grammar and generates syntax highlighting file for it.
Supported syntax highlighting languages:
textmate (used by VS Code and textx-gen-vscode project)
CLI Examples
Generate a default syntax highlighting for workflow language:
textX generate --target textmate ./examples/workflow/workflow.tx --name Workflow
Generate a custom syntax highlighting for workflow language:
textX generate --target textmate ./examples/workflow/workflow.tx --name Workflow --syntax_spec ./examples/workflow/workflow.txcl
Other Notes
Some parts of code are used from textX-languageserver project.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.