Skip to content

Commit

Permalink
Add meson language support extension (#814)
Browse files Browse the repository at this point in the history
This plugin adds Meson syntax highlighting and a language server.

closes #595

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
hqnna and maxdeviant authored May 30, 2024
1 parent ce327ae commit be03cd6
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 @@ -314,6 +314,10 @@
path = extensions/mellow
url = https://github.com/sonodima/zed-mellow.git

[submodule "extensions/meson"]
path = extensions/meson
url = https://github.com/hqnna/zed-meson

[submodule "extensions/modest-dark"]
path = extensions/modest-dark
url = https://github.com/timcole/modest-dark.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ version = "0.0.2"
submodule = "extensions/mellow"
version = "0.0.1"

[meson]
submodule = "extensions/meson"
version = "0.1.0"

[modest-dark]
submodule = "extensions/modest-dark"
version = "0.1.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/meson
Submodule meson added at 9f271b

0 comments on commit be03cd6

Please sign in to comment.