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

feat: add lua-3p-language-servers #8532

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
19 changes: 19 additions & 0 deletions packages/lua-3p-language-servers/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# using my own package config PENDING https://github.com/mason-org/mason-registry/pull/7957
---
name: lua-3p-language-servers
description: 3rd party language servers for selene and stylua
homepage: https://github.com/antonk52/lua-3p-language-servers # also https://www.npmjs.com/package/lua-3p-language-servers
licenses:
- MIT
languages:
- Lua
- Luau
categories:
- LSP

source:
id: pkg:npm/[email protected]

bin:
selene-3p-language-server: npm:selene-3p-language-server
stylua-3p-language-server: npm:stylua-3p-language-server
Loading