Extending XCode Syntax Highlighting
Extending XCode Syntax Highlighting
- Subject: Extending XCode Syntax Highlighting
- From: Andy Satori <email@hidden>
- Date: Wed, 29 Oct 2003 11:30:56 -0500
Clearly XCode has dramatically improved support for Syntax
Highlighting. I've been dabbling with adding C# support to XCode via
the Portable.NET and Mono projects. One of the things on my todo list
for this is to add a syntax highlighting module for it.
From what I can tell, I need to write a Syntax Scanner (for the
function drop downs), something that I cannot find any documentation
referencing, and secondly I need to find the magic location to put my
C# Syntax definitions.
After my initial research, I thought it would go into
/Library/Application Support/Developer Tools/Syntax but it doesn't
appear to be loading from that location.
Has anyone attempted to add any language support to XCode yet? Am I
looking in the wrong place?
Andy Satori - Druware Software Designs - email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.