Skip to content

Commit

Permalink
Add angular language server (helix-editor#10166)
Browse files Browse the repository at this point in the history
  • Loading branch information
pebrianz committed Apr 8, 2024
1 parent e69292e commit e663daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use-grammars = { except = [ "hare", "wren", "gemini" ] }
als = { command = "als" }
ada-language-server = { command = "ada_language_server" }
ada-gpr-language-server = {command = "ada_language_server", args = ["--language-gpr"]}
angular = {command = "ngserver", args = ["--stdio", "--tsProbeLocations", ".", "--ngProbeLocations", ".",]}
awk-language-server = { command = "awk-language-server" }
bash-language-server = { command = "bash-language-server", args = ["start"] }
bass = { command = "bass", args = ["--lsp"] }
Expand Down

0 comments on commit e663daf

Please sign in to comment.