Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiperific/vscode_authzed_syntax
vscode syntax highlighting for SpiceDb's `.zed` file extension
https://github.com/chiperific/vscode_authzed_syntax
syntax-highlighting vscode vscode-extension
Last synced: 14 days ago
JSON representation
vscode syntax highlighting for SpiceDb's `.zed` file extension
- Host: GitHub
- URL: https://github.com/chiperific/vscode_authzed_syntax
- Owner: chiperific
- License: mit
- Created: 2023-03-24T14:28:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-25T17:28:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:12:10.479Z (4 months ago)
- Topics: syntax-highlighting, vscode, vscode-extension
- Homepage:
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-spicedb - chiperific/vscode_authzed_syntax - Third-party VSCode syntax highlighting (Developer Tools / Third-party Tools)
README
# authzed README
> # Schema Language
> ## Overview
> The Schema of SpiceDB or a Permissions System in Authzed defines the types of objects found, how those objects relate to one another, and the permissions that can be computed off of those relations.
>
> The Schema Language's extension for use on a file system is .zedThis extension models syntax highlighting based off [Authzed's own docs](https://authzed.com/docs/reference/schema-lang)
## Usage
Add it via the [VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=chiperific.authzed)## Want to improve it?
* Check out VS Code's [Syntax Highlight Guide](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)
* Also highly recommend reading (actually reading, not skimming) [Matt Neuburg's trip into Writing a TextMate Grammar file](https://www.apeth.com/nonblog/stories/textmatebundle.html)