Skip to content

Commit

Permalink
Add RCL configuration language extension (#1191)
Browse files Browse the repository at this point in the history
This adds the https://github.com/rcl-lang/zed-rcl extension, which
contains a grammar for https://rcl-lang.org/.

(I am the author of both.)

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
ruuda and maxdeviant committed Aug 14, 2024
1 parent c9a7d54 commit 00a4a2d
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 @@ -722,6 +722,10 @@
path = extensions/rainbow-csv
url = https://github.com/weartist/zed-rainbow-csv.git

[submodule "extensions/rcl"]
path = extensions/rcl
url = https://github.com/rcl-lang/zed-rcl.git

[submodule "extensions/rego"]
path = extensions/rego
url = https://github.com/StyraInc/zed-rego.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,10 @@ version = "0.0.1"
submodule = "extensions/rainbow-csv"
version = "0.0.3"

[rcl]
submodule = "extensions/rcl"
version = "0.5.0"

[rego]
submodule = "extensions/rego"
version = "0.0.2"
Expand Down
1 change: 1 addition & 0 deletions extensions/rcl
Submodule rcl added at 9f20c3

0 comments on commit 00a4a2d

Please sign in to comment.