Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 448 Bytes

angular-language-server

This is a flake which wraps @angular/language-server with flags to make it start with stdin to one command: angular-language-server.

Use with Helix

languages.toml

[language-server.angular]
command = "angular-language-server"
roots = ["angular.json"]

[[language]]
name = "html"
language-servers = ["vscode-html-language-server", "angular"]