Ginko for Device Trees in Visual Studio Code
February 14, 2024 ยท View on GitHub
ginko is a tool for inspecting device-trees, including a language server. This VSCode extension adds the ginko language server and syntax highlighting.
Features
- Syntax higlighting and type checking
- Outline
- Goto definition for node references
Acknowledgements
- The syntax is from Pietro Lorefice
- The structure of this repository is heavily inspired from rust_hdl_vscode