Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 950 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 950 Bytes

Ragel Language Support

This extension provides basic ragel language support in Visual Studio Code.

Features:

  • 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.

Screenshot

Contributes & Issues

This extension source is hosted on Github.

If you happen to notice bugs or have suggestions for improvements, feel free to create new issues.

*What's Ragel

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.

http://www.colm.net/open-source/ragel/