Set PerlNavigator as the language server for Perl (#6860)
This commit is contained in:
parent
488707c7c8
commit
903bdaae87
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue