Skip to content

A syntax highlight generator for any textX language

License

Notifications You must be signed in to change notification settings

textX/textx-gen-coloring

 
 

Repository files navigation

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.

About

A syntax highlight generator for any textX language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%