[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Syntax highlighting when editing Lua in Visual Studio
- From: "Peter Prade" <Peter.Prade@...>
- Date: Mon, 27 Jan 2003 17:20:46 +0100
> 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