Closed william-vw closed 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 :-) )
"""
single-dquote-string-literal
triple-dquote-string-literal
released in v0.2.1 (https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-langserver-turtle)
This looks like it solves #78. Hooray!
At least in my tests, the prior ordering means that
"""
is always recognized as 3 individualsingle-dquote-string-literal
instead of a singletriple-dquote-string-literal
. (Likely not an issue when styling, but still :-) )