stardog-union / stardog-vsc

Stardog Visual Studio Code Extensions
14 stars 8 forks source link

Turtle highlighter incorrectly rejects hyphen-dash in prefixes #91

Open na-sa-do opened 1 year ago

na-sa-do commented 1 year ago

The following Turtle:

@prefix ex-am-ple: <https://example.com#>.

defines a prefix ex-am-ple:. However, the highlighter only colors ple:, which is slightly annoying. I'd fix this myself but the grammar file doesn't seem to define base anywhere -- is it built in?