Added Polymer (JavaScript Framework) detection

main
José A. Sachs 11 years ago
parent 608d39e932
commit 720b6ca6ff

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB