Commit 5cda0711 authored by Ryan Boehning's avatar Ryan Boehning

Add CSS3 package for ST3. Change CSS3_Syntax to ST2 only.

I'm the author of both packages.
parent a2f48c6b
...@@ -1869,12 +1869,23 @@ ...@@ -1869,12 +1869,23 @@
], ],
"labels": ["build system","language syntax","css","preprocessor"] "labels": ["build system","language syntax","css","preprocessor"]
}, },
{
"name": "CSS3",
"details": "https://github.com/y0ssar1an/CSS3",
"labels": ["language syntax", "completions", "auto-complete", "reset", "linting"]
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/y0ssar1an/CSS3/tags"
}
]
},
{ {
"name": "CSS3_Syntax", "name": "CSS3_Syntax",
"details": "https://github.com/y0ssar1an/CSS3_Syntax", "details": "https://github.com/y0ssar1an/CSS3_Syntax",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/y0ssar1an/CSS3_Syntax/tags" "details": "https://github.com/y0ssar1an/CSS3_Syntax/tags"
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment