Fixed Polymer patterns

main
Elbert Alias 11 years ago
parent 076a2e30a2
commit eabc75316f

@ -2167,10 +2167,10 @@
"env": "^pwidget_config$" "env": "^pwidget_config$"
}, },
"Polymer": { "Polymer": {
"website": "http://www.polymer-project.org", "website": "polymer-project.org",
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Polymer$", "env": "^Polymer$",
"html": "(?:<(?:polymer-)[^>]+|<link[^>]+(?:rel=\"import\")+(?:(.*)/polymer.html\"))", "html": "(?:<(?:polymer-)[^>]+|<link[^>]+(?:rel=\"import\")+(?:(?:.*)/polymer.html\"))",
"script": "polymer\\.js" "script": "polymer\\.js"
}, },
"Posterous": { "Posterous": {