This extension provides basic ragel language support in Visual Studio Code.
- Adds highlighting support of embeded ragel FSM definition codes.
- Adds frequently used code snippets.
- By default the targetting host language is C++, I am trying to make it configurable. Any ideas and inspirations are welcomed.
This extension source is hosted on Github.
If you happen to notice bugs or have suggestions for improvements, feel free to create new issues.
Ragel is a state machine compiler that compiles executable finite state machines from regular languages.
Details and documents could be found on its official site.