Help extending schemas |
Post Reply |
Author | |
nsharp
Newbie Joined: 20 March 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 05 November 2009 at 9:48am |
I want to rely as much as possible on the pre-built schemas, but to add my own keywords to be highlighted in a new color dynamically at runtime. Currently the only way I can figure out how to do this is to create a whole new schema and pass it to SetSyntaxAndColorScheme(). Is there any way to add a new sub-lex class without having to start at the beginning? A secondary idea would be if I could ask CodeJock what file is the one being used currently, then I could load it and add my own stuff at the end (though I'd still have troubles knowing what lex class to make my parent).
Thanks, Nathan |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |