I'm trying to add a few custom keywords to a scheme (C++), and am having difficulty.
I created a new 'keyword-class':
<keyword-class name="CustomKeywords">
DLL_EXPORT
</keyword-class>
Then I added a new 'use-keywords' entry:
<keyword key="4" name="Custom Keywords" class="CustomKeywords"/>
But how do I now attach those keywords to the style I added?
<style name="Custom Keyword Style" key="4" fore="804020"/>