forth-lsp

Crates.ioforth-lsp
lib.rsforth-lsp
version0.2.0
sourcesrc
created_at2023-06-13 12:20:47.958475
updated_at2023-06-25 23:06:35.956889
descriptionLSP for the Forth programming language
homepage
repositoryhttps://github.com/alexanderbrevig/forth-lsp
max_upload_size
id888964
size109,185
Alexander Brevig (AlexanderBrevig)

documentation

README

forth-lsp

CI

forth-lsp is an implementation of the Language Server Protocol for the Forth programming language.

I like forth, and I love helix! This project is a companion to tree-sitter-forth in order to make forth barable on helix :)

Currently this simple LSP supports Hover, Completion and GotoDefinition.

Issues and PRs are very welcome!

Install

cargo install forth-lsp

You can now configure your editor to use this LSP.

Commit count: 25

cargo fmt