Skip to content

Commit

Permalink
Add perm extension for perm file support (#1158)
Browse files Browse the repository at this point in the history
`perm` files are used by [Permify](https://github.com/Permify/permify)
to define authorization schemas within their DSL. This extension
provides basic highlighting support for some keywords.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
theoriginalstove and maxdeviant authored Aug 9, 2024
1 parent 51794f6 commit a5c77de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@
path = extensions/penumbra
url = https://github.com/jbisits/penumbra-zed.git

[submodule "extensions/perm"]
path = extensions/perm
url = https://github.com/theoriginalstove/perm.git

[submodule "extensions/pest"]
path = extensions/pest
url = https://github.com/pest-parser/zed-pest.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@ version = "1.0.1"
submodule = "extensions/penumbra"
version = "0.0.1"

[perm]
submodule = "extensions/perm"
version = "0.0.4"

[pest]
submodule = "extensions/pest"
version = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/perm
Submodule perm added at 0022b2

0 comments on commit a5c77de

Please sign in to comment.