Skip to content

Commit

Permalink
Add stylelint extension
Browse files Browse the repository at this point in the history
Fixes #1648
  • Loading branch information
florian-sanders committed Dec 2, 2024
1 parent 5f6fcc3 commit 84f58f5
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 @@ -1282,6 +1282,10 @@
path = extensions/struct-theme
url = https://gitlab.com/Fake.User/struct-zed-theme

[submodule "extensions/stylelint"]
path = extensions/stylelint
url = https://github.com/florian-sanders/zed-stylelint.git

[submodule "extensions/sublime-mariana-theme"]
path = extensions/sublime-mariana-theme
url = https://github.com/hnatiukr/zed-mariana-theme.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,10 @@ version = "0.0.2"
submodule = "extensions/struct-theme"
version = "0.0.1"

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

[sublime-mariana-theme]
submodule = "extensions/sublime-mariana-theme"
version = "1.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/stylelint
Submodule stylelint added at 346583

0 comments on commit 84f58f5

Please sign in to comment.