Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 826 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 826 Bytes

Syntax Highlighting Generator for textX Languages

This project uses textX grammar and generates syntax highlighting file for it.

Supported syntax highlighting languages:

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.