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)
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
Some parts of code are used from textX-languageserver project.