docs: Add Yara language extension (#28693)

This PR adds a quick overview of the Yara language extension in order to
display the language on the Zed [site](https://zed.dev/docs/languages).

Release Notes:

- N/A

---------

Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
Evan Gibler
2025-04-14 12:40:13 -04:00
committed by GitHub
co-authored by Marshall Bowers
parent a051194195
commit 584fa3db53
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Yara
`Yara` language support in Zed is provided by the [Yara](https://github.com/egibs/yara.zed) extension. Please report issues to [https://github.com/egibs/yara.zed/issues](https://github.com/egibs/yara.zed).
- Tree-sitter: [egibs/tree-sitter-yara](https://github.com/egibs/tree-sitter-yara)
- Language Server: [avast/yls](https://github.com/avast/yls)