Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 49048918..da9d1f68 100644
--- a/languages.toml
+++ b/languages.toml
@@ -56,6 +56,7 @@ glsl_analyzer = { command = "glsl_analyzer" }
graphql-language-service = { command = "graphql-lsp", args = ["server", "-m", "stream"] }
harper-ls = { command = "harper-ls", args = ["--stdio"] }
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
+hdls = { command = "hdls" }
hyprls = { command = "hyprls" }
idris2-lsp = { command = "idris2-lsp" }
intelephense = { command = "intelephense", args = ["--stdio"] }
@@ -3401,10 +3402,11 @@ scope = "source.hdl"
file-types = ["hdl"]
indent = { tab-width = 4, unit = " " }
injection-regex = "hdl"
+language-servers = [ "hdls" ]
[[grammar]]
name = "hdl"
-source = { git = "https://github.com/quantonganh/tree-sitter-hdl", rev = "7d0418fd71470b0430e6f914cc76c1a9d968491d" }
+source = { git = "https://github.com/quantonganh/tree-sitter-hdl", rev="293902330423b2cd36ab1ec4b6b967163a4ed57b" }
[[language]]
name = "vhdl"