stardog-union / stardog-vsc

Stardog Visual Studio Code Extensions
14 stars 8 forks source link

changing order of string literals in ttl grammar #90

Closed william-vw closed 2 years ago

william-vw commented 2 years ago

At least in my tests, the prior ordering means that """ is always recognized as 3 individual single-dquote-string-literal instead of a single triple-dquote-string-literal. (Likely not an issue when styling, but still :-) )

anneeb commented 2 years ago

released in v0.2.1 (https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-langserver-turtle)

bencomp commented 1 year ago

This looks like it solves #78. Hooray!