orbitalquark / scintillua

Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
https://orbitalquark.github.io/scintillua
MIT License
51 stars 20 forks source link

Add lexer for the Odin programming language #116

Open brett-mahar opened 2 weeks ago

brett-mahar commented 2 weeks ago

Lexer for Odin based on scintillua/lexers/go.lua Tested in Vis editor

orbitalquark commented 2 weeks ago

Thanks! I'll have a look when I have some time :)