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:
parent
a051194195
commit
584fa3db53
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
6
docs/src/languages/yara.md
Normal file
6
docs/src/languages/yara.md
Normal 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)
|
Loading…
Reference in New Issue
Block a user