I'm looking at beginning to learn Lua and was wondering if it is possible to edit, run and debug Lua code in Visual Studio 2012 in a C++ environment. I have looked about and found that there are plug-ins for visual studio 2008 and 2010, but currently cannot seem to find any information on what I am looking for.
A good starting point would provide syntax highlighting for Lua code. Integration with the debugger would be nice. The ability to debug seamlessly between Lua code and C or C++ library code would be an ideal.
If not VS2012, then what IDE should be considered?