Add Yara yls support (#4886)

This adds Yara support to ALE using Avast's language server for Yara:
https://avast.github.io/yls/

A ".git" folder is used to determine the project_root so this means the
Yara rules must be in a git repo for the integration to work.

The server only have 1 optional argument (-v, --verbose). Since this is
the case, no additional configuration options are available.

---------

Co-authored-by: w0rp <w0rp@users.noreply.github.com>
This commit is contained in:
TcM1911
2025-03-11 12:18:29 +00:00
committed by GitHub
parent 0f71d4c494
commit f0c8eb4fa8
7 changed files with 64 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ formatting.
* [yq](https://github.com/mikefarah/yq)
* YANG
* [yang-lsp](https://github.com/theia-ide/yang-lsp)
* Yara
* [yls](https://github.com/avast/yls)
* Zeek
* [zeek](http://zeek.org) :floppy_disk:
* Zig