redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

Space after `!` in if statement #839

Open datho7561 opened 1 year ago

datho7561 commented 1 year ago

If you add the following snippet into a Qute template

{#if ! myObject.isSandwich()}
  content
{/}

(where the object myObject is defined and has the boolean method isSandwich())

The template renders as expected, but qute-ls marks it as an error.