srs-language-server

A server providing language intelligence (diagnostics, hover tooltips, etc.) for [Stardog Rules Syntax (SRS)](https://www.stardog.com/docs/#_stardog_rules_syntax) via the Language Server Protocol.

Usage no npm install needed!

<script type="module">
  import srsLanguageServer from 'https://cdn.skypack.dev/srs-language-server';
</script>

README

srs-language-server

A server providing language intelligence (diagnostics, hover tooltips, etc.) for Stardog Rules Syntax (SRS) via the Language Server Protocol.

Features

  • Diagnostics (error hints)
  • Hover tooltips (identifies entities in SRS grammar and shows "expected" symbols in the case of an error)
  • Open source
  • No arbitrary code execution
  • Powers some of the core language intelligence capabilities of Stardog Studio

For full details, including instructions for integrating with editors, see the README for the stardog-language-servers repo.

License

Apache-2.0