| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

SyntaxHighlighting

Page history last edited by PBworks 16 years, 8 months ago

Syntax highlighting for AngelScript

 

Visual Studio

 

  • Open RegEdit
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Languages\File Extensions
  • Create a new key with the name '.as'
  • Copy the value Default from the .cpp key to the new .as key

 

The above registry key is for Visual Studio 2005, if you use 2003 you can substitute the 8.0 for 7.1.

 

Of course, this is not an exact syntax highlighting since it tries to apply C++ highlighting to the script code, but it is a pretty close match and should work well.

Comments (0)

You don't have permission to comment on this page.