{ "name": "Script", "author": "Brendan Coles , Andrew Horton", "version": "0.2", "description": "This plugin detects instances of script HTML elements and returns the script language/type.", "website": null, "matches": [ { "regexp": "(?i-mx:))" }, { "regexp": "(?-mix:]+(language|type)\\s*=\\s*['\"]?([^'\"\\s]+)['\"]?)" } ] }