Skip to content

feat: add owl-ms-language-server #9306

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/owl-ms-language-server/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: owl-ms-language-server
description: A language server for the OWL 2 Mancherster Syntax
homepage: https://github.com/janekx21/owl-ms-language-server
licenses:
- MIT
languages:
- OWL
categories:
- LSP
source:
id: pkg:cargo/[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
id: pkg:cargo/[email protected]
id: pkg:cargo/[email protected]
schemas:
lsp: vscode:https://raw.githubusercontent.com/janekx21/vscode-owl-ms/main/package.json

We should add the VS Code LSP Schema

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add the VS Code LSP Schema
@mehalter

The VS Code LSP Schema as of now is just the example config so it doesn't add anything new as of now


bin:
owl-ms-language-server: cargo:owl-ms-language-server