aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAlexander Brevig2023-06-16 21:12:29 +0000
committerGitHub2023-06-16 21:12:29 +0000
commitb4fe31cad61caa64ae735db104a4d510ad14c6d7 (patch)
tree36572dc710e4791878368d25862a58558a22b92d /languages.toml
parentd8b7232a475a7e79d86458096954b354fc4faeca (diff)
Add forth-lsp and update tree-sitter-forth (#7334)
* feat: add forth lsp and update tree sitter * fix: update highlights
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 3dec2693..ef7b0bf1 100644
--- a/languages.toml
+++ b/languages.toml
@@ -24,6 +24,7 @@ elm-language-server = { command = "elm-language-server" }
elvish = { command = "elvish", args = ["-lsp"] }
erlang-ls = { command = "erlang_ls" }
forc = { command = "forc", args = ["lsp"] }
+forth-lsp = { command = "forth-lsp" }
fortls = { command = "fortls", args = ["--lowercase_intrinsics"] }
gleam = { command = "gleam", args = ["lsp"] }
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
@@ -2606,11 +2607,12 @@ injection-regex = "forth"
file-types = ["fs", "forth", "fth", "4th"]
roots = []
comment-token = "\\"
+language-servers = [ "forth-lsp" ]
indent = { tab-width = 3, unit = " " }
[[grammar]]
name = "forth"
-source = { git = "https://github.com/alexanderbrevig/tree-sitter-forth", rev = "c6fae50a17763af827604627c0fa9e4604aaac0b" }
+source = { git = "https://github.com/alexanderbrevig/tree-sitter-forth", rev = "304ed77beb113e37af38b20ff14e3c37bf350d10" }
[[language]]
name = "t32"