postcss-syntax
Advanced tools
Comparing version 0.31.0 to 0.32.0
@@ -34,3 +34,4 @@ "use strict"; | ||
// *.liquid Liquid https://github.com/GingerBear/vscode-liquid/blob/master/package.json | ||
html: /^(?:\w*html?|xht|xslt?|mdoc|jsp|aspx?|volt|ejs|vue|wpy|ux|php\d*|ctp|twig|liquid)$/i, | ||
// *.svelte Svelte https://github.com/UnwrittenFun/svelte-vscode/blob/master/package.json | ||
html: /^(?:\w*html?|xht|xslt?|mdoc|jsp|aspx?|volt|ejs|vue|wpy|ux|php\d*|ctp|twig|liquid|svelte)$/i, | ||
// https://github.com/Microsoft/vscode/blob/master/extensions/markdown-basics/package.json | ||
@@ -37,0 +38,0 @@ markdown: /^(?:m(?:ark)?d(?:ow)?n|mk?d)$/i, |
{ | ||
"name": "postcss-syntax", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
@@ -79,3 +79,4 @@ "repository": { | ||
".markdown", | ||
".markdn" | ||
".markdn", | ||
".svelte" | ||
], | ||
@@ -87,12 +88,12 @@ "peerDependencies": { | ||
"chai": "^4.1.2", | ||
"codecov": "^3.0.2", | ||
"codecov": "^3.0.4", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"postcss": "^6.0.23", | ||
"postcss-html": ">=0.31.0", | ||
"postcss-jsx": ">=0.31.0", | ||
"postcss": "^7.0.1", | ||
"postcss-html": ">=0.32.0", | ||
"postcss-jsx": ">=0.32.0", | ||
"postcss-less": "^2.0.0", | ||
"postcss-markdown": ">=0.31.0", | ||
"postcss-safe-parser": "^3.0.1", | ||
"postcss-scss": "^1.0.6", | ||
"postcss-markdown": ">=0.32.0", | ||
"postcss-safe-parser": "^4.0.1", | ||
"postcss-scss": "^2.0.0", | ||
"proxyquire": "^2.0.1", | ||
@@ -99,0 +100,0 @@ "sugarss": "^1.0.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21472
560