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:
461
461
462
462
storage-keyword :
463
463
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
465
465
466
466
paren-expression :
467
467
begin : \(
Original file line number Diff line number Diff line change 1173
1173
<key >storage-keyword </key >
1174
1174
<dict >
1175
1175
<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 >
1177
1177
<key >name </key >
1178
1178
<string >storage.type.ts </string >
1179
1179
</dict >
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ repository:
448
448
449
449
storage-keyword :
450
450
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
452
452
453
453
paren-expression :
454
454
begin : \(
Original file line number Diff line number Diff line change 1535
1535
<key >storage-keyword </key >
1536
1536
<dict >
1537
1537
<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 >
1539
1539
<key >name </key >
1540
1540
<string >storage.type.tsx </string >
1541
1541
</dict >
You can’t perform that action at this time.
0 commit comments