Skip to content
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

Implement Language Server and Client for ShEx in javascript to support IDE's #58

Open
thadguidry opened this issue May 29, 2019 · 1 comment

Comments

@thadguidry
Copy link
Contributor

thadguidry commented May 29, 2019

Having a Language Server & Client written in Javascript means that many IDE's can provide support for ShEx language beyond simple syntax highlighting by additionally providing language references as they do with other languages.
Example: https://code.visualstudio.com/api/language-extensions/overview

@ericprud
Copy link
Contributor

ericprud commented Jun 3, 2019

I built a ShExC mode for ace to address this. I overhauled the shex.js parsing error convention so the lint worker thread can render multiple issues. The mode still needs more work but shows what can be done.

IIRC, @labra built a ShExC mode for codemirror.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants