Skip to content

Commit

Permalink
Add http extension (#1123)
Browse files Browse the repository at this point in the history
Adds syntax highlighting to `.http` files.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
tie304 and maxdeviant committed Aug 14, 2024
1 parent 8c201f6 commit e6b88fc
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 @@ -378,6 +378,10 @@
path = extensions/horizon
url = https://github.com/ayn2op/zed-horizon.git

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

[submodule "extensions/indigo"]
path = extensions/indigo
url = https://github.com/p3rception/Indigo-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ submodule = "extensions/zed"
path = "extensions/html"
version = "0.1.2"

[http]
submodule = "extensions/http"
version = "0.0.1"

[indigo]
submodule = "extensions/indigo"
version = "0.1.2"
Expand Down
1 change: 1 addition & 0 deletions extensions/http
Submodule http added at f550b1

0 comments on commit e6b88fc

Please sign in to comment.