ahmadalli / vscode-nginx-conf

:pencil: VS Code extension: Nginx config file hint(auto-completion)
GNU General Public License v3.0
24 stars 3 forks source link

regex with variable breaks highlighting #20

Open LeonSchourek opened 4 months ago

LeonSchourek commented 4 months ago

Required information for this issue: because of the {{}} the highlighter dont know that its still in a string so the next " makes it think that there a new string beginn

Steps to Reproduce:

location ~ "(?-i)^{{ .Path }}/abc" { }