casid / jte-intellij

IntelliJ plugin for jte template files.
https://github.com/casid/jte
Apache License 2.0
23 stars 5 forks source link

Add JsExpressionErrorFilter to suppress highlighting for js error "Expression expected" #19

Closed Huppys closed 2 years ago

Huppys commented 2 years ago

Implemented highlight filter to handle specific js error highlighting for JTE expressions after value assignments.

let value = ${getValue()};
           |
           The error highlight was here.