Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FyraLabs/zed-vala
Vala support for Zed.
https://github.com/FyraLabs/zed-vala
gnome gtk gtk4 lsp rust tree-sitter vala zed
Last synced: 18 days ago
JSON representation
Vala support for Zed.
- Host: GitHub
- URL: https://github.com/FyraLabs/zed-vala
- Owner: FyraLabs
- License: gpl-3.0
- Created: 2024-07-15T23:52:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:32:29.000Z (3 months ago)
- Last Synced: 2024-10-10T23:22:38.404Z (about 1 month ago)
- Topics: gnome, gtk, gtk4, lsp, rust, tree-sitter, vala, zed
- Language: Scheme
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zed-vala
[Vala](https://vala.dev) support for Zed.
Please note that [vala-language-server](https://github.com/vala-lang/vala-language-server) is required to be installed on the system at this time.
For formatting, you will need to install [uncrustify](https://github.com/uncrustify/uncrustify) on the system.# Features
- LSP (via vala-language-server)
- Formatting (via LSP using uncrustify)
- Folding
- Syntax highlighting
- Outline# References
- https://github.com/vala-lang/vala-language-server
- https://github.com/vala-lang/vala-vscode
- https://github.com/lv37/zed-v
- https://github.com/zed-industries/zed/tree/main/extensions/csharp
- https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/vala
- https://github.com/zed-industries/zed/tree/main/extensions/deno
- https://github.com/uncrustify/uncrustify# TODOs (contributions welcome!)
- Runnables (click to run; meson integration?)
- Bundle precompiled VLS and uncrustify (to make system package not required)
- General cleanup