mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Improved datatables regex
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user