|
From: Jesse P. <jp...@al...> - 2010-01-06 20:19:56
|
Hello, (Sorry if this question has been answered before, but I couldn't find the thread.) In a syntax file, is there any way to specify multiple possibilities for the closing tag of a block comment? For instance, in a Basic derivative, Rem Comment comment comment Comment comment comment End Rem The end tag can be either "End Rem" or "EndRem", but since I can't use a Regexp for the close of a comment, I'm not sure how to recognize both of them. Thanks! ~Jesse |