I am trying to create extra syntax for comments (beginning with <## and ending with ##>) in the VBSyntaxLanguage (addon). However, I am unsure how to begin. I've already inherited from VBSyntaxLanguage and tried to create a new lexical state for these types of comments and with that a lexical scope with a lexical state transition. When I type "<##" I get an exception. I think this is because I've yet to add a token for the start/end comment. However, as I stated, I am unsure if this is the right way to achieve the wanted feature.
Could you please point me into the right direction?
Michel
Could you please point me into the right direction?
Michel