stardog-language-servers
stardog-language-servers copied to clipboard
Add unicode conversion pre-parsing for sparql
- Works by keeping track of the indices of replaced codepoints
Notes:
- Is it worth making this work with suggestions as well? (should the language server provide suggestions for
S\u0045LE
as it would forSELE
(being completed toSELECT
for SPARQL).
Converting this back to a draft for now to reflect that we want to wait for server support before releasing