seanyoung / lrpeg

Left Recursive PEG for rust
MIT License
67 stars 3 forks source link

Syntax highlighting #16

Open sheganinans opened 2 years ago

sheganinans commented 2 years ago

I wrote a very basic VSCode extension to enable syntax highlighting for the project:

https://github.com/sheganinans/lrpeg-rust-vsc/

https://marketplace.visualstudio.com/items?itemName=sheganinans.lrpeg-rust

Would be good if it was mentioned in the docs, thanks!