I'm trying to create a bundle for RealBasic.  I've made some progress, but I keep getting stumped in trying to create a single line comment, (which in RealBasic is either  //  or ' 
The double-forward slash works fine, but the single quote doesn't.  


This is the code:

{ name = 'comment.line.single-quote.myRB';
match = "(\').*$\n?";
captures = { 1 = { name = 'punctuation.definition.comment.myRB'; }; };
},



Thanks,

mvreade