hyprlang: add hyprls language server (#11056)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
Arthur 2024-11-20 23:16:49 +00:00 committed by GitHub
parent 467fad51b1
commit 15b478d433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ gleam = { command = "gleam", args = ["lsp"] }
glsl_analyzer = { command = "glsl_analyzer" }
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
hyprls = { command = "hyprls" }
idris2-lsp = { command = "idris2-lsp" }
intelephense = { command = "intelephense", args = ["--stdio"] }
jdtls = { command = "jdtls" }
@ -3577,6 +3578,7 @@ roots = ["hyprland.conf"]
file-types = [ { glob = "hyprland.conf" }, { glob = "hyprpaper.conf" }, { glob = "hypridle.conf" }, { glob = "hyprlock.conf" } ]
comment-token = "#"
grammar = "hyprlang"
language-servers = ["hyprls"]
[[grammar]]
name = "hyprlang"