Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdls

A simple language server for HDL, inspired by nand2tetris.

Installation

Install via Homebrew

brew install quantonganh/tap/hdls

Install via Go

$ go install github.com/quantonganh/hdls@latest

Alternatively, you can download the latest binary from the release page.

Usage

Add the following to your ~/.config/helix/languages.toml file:

[[language]]
name = "hdl"
scope = "source.hdl"
file-types = ["hdl"]
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = [ "hdls" ]

[[grammar]]
name = "hdl"
source = { git = "https://github.com/quantonganh/tree-sitter-hdl", rev="adcb20742ffecbffb2851dce83de37e6594f3ae8" }

[language-server.hdls]
command = "hdls"

About

A simple language server for HDL, inspired by nand2tetris.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages