lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Is there some way of get syntax highlighting when editing a Lua file
> in Visual Studio 6?
>
Not really.

What i do, is this:
In View->Properties i select Oracle PL/SQL, which is a quite close match to
Lua.
(at least comments are marked correctly which is the most important thing
for me)

You can also add a [Oracle PL/SQL] section to Visual Studios langext.dat
file and list all the lua files in your project, so Visual Studio loads them
in the correct View Mode next time.

Cheers,
Peter