Merge pull request #465 from jhewt/master

Add Polymer (JavaScript Framework) detection
main
Elbert Alias 12 years ago
commit 076a2e30a2

@ -2166,6 +2166,13 @@
"cats": [ 5 ],
"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": {
"website": "posterous.com",
"cats": [ 1, 11 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB