nginx-java-parser
nginx-java-parser copied to clipboard
when I parse a nginx config, a red line appears
the read line shows "extraneous input 'break' expecting {'location', 'if', '}', 'rewrite', Value, Comment}", though there is a read line, the result is correct. I don't understand why this line shows, I want to konw what happened when I parse the config.
the read line shows "extraneous input 'break' expecting {'location', 'if', '}', 'rewrite', Value, Comment}", though there is a read line, the result is correct. I don't understand why this line shows, I want to konw what happened when I parse the config.
Because your config include "if block",I also encounter this problem