docs: Add Yara language extension (#28693)

Evan Gibler and Marshall Bowers created

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>

Change summary

docs/src/SUMMARY.md        | 1 +
docs/src/languages.md      | 1 +
docs/src/languages/yara.md | 6 ++++++
3 files changed, 8 insertions(+)

Detailed changes

docs/src/SUMMARY.md 🔗

@@ -127,6 +127,7 @@
 - [Vue](./languages/vue.md)
 - [XML](./languages/xml.md)
 - [YAML](./languages/yaml.md)
+- [Yara](./languages/yara.md)
 - [Yarn](./languages/yarn.md)
 - [Zig](./languages/zig.md)
 

docs/src/languages.md 🔗

@@ -71,6 +71,7 @@ Some work out-of-the box and others rely on 3rd party extensions.
 - [Vue](./languages/vue.md)
 - [XML](./languages/xml.md)
 - [YAML](./languages/yaml.md) \*
+- [Yara](./languages/yarn.md)
 - [Yarn](./languages/yarn.md)
 - [Zig](./languages/zig.md)
 

docs/src/languages/yara.md 🔗

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