Skip to content

Commit

Permalink
hyprlang: add hyprls language server (helix-editor#11056)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
  • Loading branch information
2 people authored and GladkihEgor committed Jan 4, 2025
1 parent 6d38d90 commit 7b72ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
| hosts || | | |
| html || | | `vscode-html-language-server`, `superhtml` |
| hurl |||| |
| hyprlang || || |
| hyprlang || || `hyprls` |
| idris | | | | `idris2-lsp` |
| iex || | | |
| ini || | | |
Expand Down
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7b72ece

Please sign in to comment.