fixored?

It works on my machine.

Archive for the ‘Lua’ Category

A Lua Syntax Highlighter

with 3 comments

Lua is a very compact, fast scripting language with great platform support. Editing lua scripts is nice and easy in most editors (such as gvim), but Visual Studio doesn’t highlight the syntax by default. So here’s a plug-in for Visual Studio .NET 2003 that highlights Lua 5.0 syntax and provides auto-completion for keywords and identifiers as you type.
Read the rest of this entry »

Written by Simon Brown

June 21st, 2004 at 8:00 pm

Posted in C++, Lua