Posted 20 years ago
by painetraine
I have a state called "TodoCommentState" that basically lookes for the following start tag:
-- TODO:
Is there anyway for me to add additional start matches for this state at runtime so that I could add
-- MYTODO:
At runtime and have it act as the start of the TodoCommentState in addition to
-- TODO:
I look at the PatternGroups under the LexicalState. But it looks like there is a start token that maps to --TODO: Can I have multiple start tokens or some other way to implement this - at runtime?
Thanks
-- TODO:
Is there anyway for me to add additional start matches for this state at runtime so that I could add
-- MYTODO:
At runtime and have it act as the start of the TodoCommentState in addition to
-- TODO:
I look at the PatternGroups under the LexicalState. But it looks like there is a start token that maps to --TODO: Can I have multiple start tokens or some other way to implement this - at runtime?
Thanks