ishchenko / idea-nginx

nginx server support plugin for IntelliJ IDEA
Do What The F*ck You Want To Public License
140 stars 39 forks source link

Text Inspection Error for curly brackets in regex for nginx mod_rewrite #68

Open martinbog opened 5 years ago

martinbog commented 5 years ago

Hi,

I'm using your cool plugin ! I'm facing a small error when writing RP rules with REGEX containing curly brackets symbols : "{" and "}". ( example : /contacts-and-services/([0-9]{8}CPS[0-9]{5})(.*) ). The regex seems valid as we are using it. So I'm wondering Is me who's not writing it properly or is it a bug ?

Thanks !

nginx_support_error