Set PerlNavigator as the language server for Perl (#6860)

This commit is contained in:
Wesley 2023-04-26 19:28:54 -04:00 committed by GitHub
parent 488707c7c8
commit 903bdaae87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,7 @@
| pascal | ✓ | ✓ | | `pasls` |
| passwd | ✓ | | | |
| pem | ✓ | | | |
| perl | ✓ | ✓ | ✓ | |
| perl | ✓ | ✓ | ✓ | `perlnavigator` |
| php | ✓ | ✓ | ✓ | `intelephense` |
| po | ✓ | ✓ | | |
| ponylang | ✓ | ✓ | ✓ | |

View File

@ -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]]