Improved datatables regex

This commit is contained in:
Armando Aguirre
2018-01-30 10:46:17 -08:00
parent cd12c8b63b
commit 8a561e72a8
+1 -1
View File
@@ -161,7 +161,7 @@ namespace ts.server {
},
"Datatables.net": {
// e.g. /wwwroot/lib/datatables.all.min.js
match: /(jquery\.)*dataTables(\.all)*(\.min)*\.js$/i,
match: /(jquery\.)?dataTables(\.all)?(\.min)?\.js$/i,
types: ["datatables.net"]
}
};