Add support for perl language server (#5003)

* Fix perl test case clean-up
* Add support for perl language server

Co-authored-by: cos <cos>
This commit is contained in:
rymdbar
2025-08-13 17:57:11 +02:00
committed by GitHub
parent 6d7bc15d9a
commit 92dd497e6c
13 changed files with 169 additions and 0 deletions
+2
View File
@@ -12,3 +12,5 @@ Execute(Overriding the executable and command should work):
let b:ale_perl_perl_options = '-w'
AssertLinter 'foobar', ale#Escape('foobar') . ' -w %t'
unlet b:ale_perl_perl_executable
unlet b:ale_perl_perl_options