This project aims to at first improve color highlighting of Olex2-gui htm files. Maybe in the future, it could also implement linting and other useful functionality. Every contribution is welcome!
This is a fork from tree-sitter-html. This project is heavily based on theirs, so thank you!
For now, this is not ready. I have an MVP, but I would not trust it. If you want to install it anyway, I will only provide minimum instructions:
- Node
- GCC/G++
git clone https://github.com/MilitaoLucas/olex2ts
cd olex2ts
node installAfter this, you should be capable of installing with TSInstall olex2htm inside Neovim.
- Get color highlighting working for every Olex2 htm component
- Fix every bug that appears
- Create linting functionality
- Create LSP functionalities
I am not affiliated with OlexSYS.
The authors of the original project are:
The author of this project is:
There are 2 main ways of contributing to this project
- Issues
- Issues are welcome and help everyone. If you find bugs, feel free to report them or send me an E-mail
- Pull Requests
- If you have code you wish to share, that is very welcomed and you should just submit a PR. I will try and merge it as soon as possible if it has no problems!