thingsdb / ThingsGUI

Graphical interface for managing ThingsDB
GNU General Public License v3.0
8 stars 0 forks source link

Minor highlight issues #235

Closed joente closed 1 year ago

joente commented 2 years ago

The ThingsGUI has a few minor highlight issues:

A regex accepts multiple flags: (i, m and s) but they are not colored as expected, example: (only the i flag is recognized)

/text.*/ims;

When escaping a curly bracket in a template string, the content is still shown as code and not as normal string:

`example with {{ curlies }} in a template string`;

Strings are actually multi-line by default but not highlighted as such:

"
multi-line string
";

Note that the vscode syntax highlighting has the same issues (https://github.com/thingsdb/vscode-thingsdb/issues/2)

AnjaBruls commented 1 year ago

Fixed in release v1.2.2