PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Support for LUA? #174

Closed AraHaan closed 4 years ago

AraHaan commented 4 years ago

I would like to have LUA highlighting support and support for underlining any issues with the code in any lua file. A friend of mine wants me to make a lightweight lua only IDE and they dont care about anything else.

Hexman768 commented 4 years ago

This component already has built-in support for Lua syntax highlighting.

Hexman768 commented 4 years ago

As for the errors in the code, that will be on you to create as this component does not inude error checking.

AraHaan commented 4 years ago

I see, you know how to do the error checking though?