File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ repository:
461461
462462 storage-keyword :
463463 name : storage.type.ts
464- match : \b(number|boolean|string|var|let|function|const)\b
464+ match : \b(number|boolean|string|any| var|let|function|const)\b
465465
466466 paren-expression :
467467 begin : \(
Original file line number Diff line number Diff line change 11731173 <key >storage-keyword </key >
11741174 <dict >
11751175 <key >match </key >
1176- <string >\b(number|boolean|string|var|let|function|const)\b </string >
1176+ <string >\b(number|boolean|string|any| var|let|function|const)\b </string >
11771177 <key >name </key >
11781178 <string >storage.type.ts </string >
11791179 </dict >
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ repository:
448448
449449 storage-keyword :
450450 name : storage.type.tsx
451- match : \b(number|boolean|string|var|let|function|const)\b
451+ match : \b(number|boolean|string|any| var|let|function|const)\b
452452
453453 paren-expression :
454454 begin : \(
Original file line number Diff line number Diff line change 15351535 <key >storage-keyword </key >
15361536 <dict >
15371537 <key >match </key >
1538- <string >\b(number|boolean|string|var|let|function|const)\b </string >
1538+ <string >\b(number|boolean|string|any| var|let|function|const)\b </string >
15391539 <key >name </key >
15401540 <string >storage.type.tsx </string >
15411541 </dict >
You can’t perform that action at this time.
0 commit comments