Skip to content

Commit 188cf5d

Browse files
authored
Add LSP-stylelint (wbond#7937)
1 parent 64c7882 commit 188cf5d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.idea
55
*.iml
66
*.log
7+
*.mypy_cache

repository/l.json

+10
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,16 @@
17881788
}
17891789
]
17901790
},
1791+
{
1792+
"name": "LSP-stylelint",
1793+
"details": "https://github.com/sublimelsp/LSP-stylelint",
1794+
"releases": [
1795+
{
1796+
"sublime_text": ">=3092",
1797+
"tags": true
1798+
}
1799+
]
1800+
},
17911801
{
17921802
"name": "LSP-tagml",
17931803
"details": "https://github.com/HuygensING/LSP-tagml",

0 commit comments

Comments
 (0)