Skip to content

Commit

Permalink
Mention link to the deployed version on github pages in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AirmiX committed Mar 11, 2024
1 parent cea234a commit 3953971
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This project represents a playground for textX language. Users can define a new
Some parts of the code are taken from the following projects:
- [textX-LS](https://github.com/textX/textX-LS) - textX server implementation with pygls
- [textx-gen-coloring](https://github.com/textX/textx-gen-coloring) - grammar parser for syntax highlighting
- [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient) language client creation with language server running in web worker
- [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient) - language client creation with language server running in web worker

The project is deployed and you can create and validate your new language using textX at [textx.github.io/textx-playground](https://textx.github.io/textx-playground).

## Functionalities

Expand Down

0 comments on commit 3953971

Please sign in to comment.