-
Notifications
You must be signed in to change notification settings - Fork 22
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
SPARQL syntax error checking #29
Labels
Comments
Also look at LSP:
|
I made a basic implementation for that no idea how to integrate it properly, it works because I have a node_modules in my project (projectile). https://gist.github.com/bjonnh/dc274cc64aef296d65e37fe71bcf6cbc |
Flycheck works well for me, using qparse from Jena. Since I'm on Windows, the command is qparse.bat:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To do true syntax error checking we need to parse the syntax and report errors if there are any.
Look into:
The text was updated successfully, but these errors were encountered: