Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro icon indicating copy to clipboard operation
Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro copied to clipboard

String match inside single quote issue

Open TareqNewazShahriar opened this issue 9 years ago • 0 comments

The single quote wrapped string matching pattern: <string>(')(.*)(')</string> To: <string>(')(.+?)(')</string>

If a line contains several single quote wrapped strings your pattern will only look for first and the last single quote of that line and treats everything as string in between.

TareqNewazShahriar avatar Dec 01 '16 10:12 TareqNewazShahriar