mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
Set PerlNavigator as the language server for Perl (#6860)
This commit is contained in:
parent
488707c7c8
commit
903bdaae87
@ -105,7 +105,7 @@
|
||||
| pascal | ✓ | ✓ | | `pasls` |
|
||||
| passwd | ✓ | | | |
|
||||
| pem | ✓ | | | |
|
||||
| perl | ✓ | ✓ | ✓ | |
|
||||
| perl | ✓ | ✓ | ✓ | `perlnavigator` |
|
||||
| php | ✓ | ✓ | ✓ | `intelephense` |
|
||||
| po | ✓ | ✓ | | |
|
||||
| ponylang | ✓ | ✓ | ✓ | |
|
||||
|
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user