From ab2420d1559f28cf966fabaa8ecf958cfe7fba8e Mon Sep 17 00:00:00 2001 From: arthsmn Date: Sat, 29 Jun 2024 12:45:38 -0300 Subject: [PATCH] hyprlang: add hyprls language server --- languages.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages.toml b/languages.toml index 7ffc998b8..a6a56d343 100644 --- a/languages.toml +++ b/languages.toml @@ -41,6 +41,7 @@ fsharp-ls = { command = "fsautocomplete", config = { AutomaticWorkspaceInit = tr gleam = { command = "gleam", args = ["lsp"] } 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" } @@ -3464,6 +3465,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"