41 releases (1 stable)
1.0.0 | Sep 2, 2024 |
---|---|
0.21.0 | Jun 21, 2024 |
0.20.0 | Jun 8, 2024 |
0.17.2 | Feb 13, 2024 |
0.3.3 | Nov 18, 2022 |
#70 in Text editors
1.5MB
30K
SLoC
parol-ls README
This project provides a Language Server to support
parol
's syntax of grammar description files (.par files).
It is used for instance by Parol's VSCode extension
This Language Server is developed with the help of parol
itself.
Features
The Language Server currently supports
- GotoDefinition
- Hover
- Document symbols
- Renaming non-terminal symbols (except the start symbol)
- Formatting the source configurable via format settings
- and shows syntax errors as you are used to.
Also problems in your grammar are detected and reported.
This tool is still in early development phase. But it can be used in conjunction with Parol's VSCode extension.
Installation
Please install this language server on your platform using the following command.
cargo install --force parol-ls
Also check regularly for updates and issue the command above again on demand.
Acknowledgements
I took some snippets and inspirations from the language server for Lelwel. It is licensed under MIT and Apache-2.0. Thanks a lot and kudos!
Further readings
Dependencies
~13–24MB
~362K SLoC