Skip to content

Commit

Permalink
Set PerlNavigator as the language server for Perl (helix-editor#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleySoftware authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 9a1026d commit 08cadb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
| pascal ||| | `pasls` |
| passwd || | | |
| pem || | | |
| perl |||| |
| perl |||| `perlnavigator` |
| php |||| `intelephense` |
| po ||| | |
| ponylang |||| |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ file-types = ["pl", "pm", "t"]
shebangs = ["perl"]
roots = []
comment-token = "#"
language-server = { command = "perlnavigator", args= ["--stdio"] }
indent = { tab-width = 2, unit = " " }

[[grammar]]
Expand Down

0 comments on commit 08cadb4

Please sign in to comment.