-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser issue for long quotes #78
Comments
I am sorry, but i do not know how to do a pull request, I'm not allowed to push to your repository which I seem to have to do in order to do a pull request. But I found the bug: In the turtle.tmLanguage.json file simply change the order of string patterns. Instead of
write
That should do the trick. Hope this helps and maybe you got some advice how to do a proper pull request for a github-noob like me :) Best regards, |
@mytmark Thanks for this. You can make a pull request to this repo by forking the repo (to your own GitHub), creating a branch on your fork and pushing your code to that branch, then opening a pull request from your fork to our repository. The flow is described in more detail here: https://jarv.is/notes/how-to-pull-request-fork-github/ If you'd rather not do this, we can make the change you suggested. But making a pull request is a nice way to get credit! |
Thank you very much for this great extension. I found one little issue with long quotes. Your parser would recognize a single quote as the end of a long quote. Example:
This triple is conform to RDF grammar (https://www.w3.org/TR/turtle/#grammar-production-STRING_LITERAL_LONG_SINGLE_QUOTE).
Best regards,
Mark
The text was updated successfully, but these errors were encountered: