BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

Wrong syntax highlighting for multiline strings #107

Closed hyyan closed 1 month ago

hyyan commented 1 year ago

The following is a valid multiline string in BBj. But you see that the syntax highlighting is wrong.

pos! = inputD!.executeScript("
: (async () => {
:  await customElements.whenDefined('bbj-inputd');
:  await component.setFocus();
:  await component.setSelectionRange(3,5);
:  return (await component.getPart('input')).selectionStart
:})();
:", BBjAPI.TRUE)

Screenshot 2023-09-27 at 10 32 54 AM

StephanWald commented 1 month ago

tested, works as expected now.