sms-language-server

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

Usage no npm install needed!

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

README

sms-language-server

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

Features

  • Diagnostics (error hints)
  • Hover tooltips (identifies entities in SMS 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