File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ repository:
146
146
type :
147
147
patterns :
148
148
- include : ' #annotation'
149
- - match : ( \b(void|boolean|byte|char|int|long|float|double)\b)
149
+ - match : \b(void|boolean|byte|char|int|long|float|double)\b
150
150
name : storage.type.aidl
151
- - match : ( \b(CharSequence|FileDescriptor|IBinder|List|Map|ParcelableHolder|ParcelFileDescriptor|String)\b)
151
+ - match : \b(CharSequence|FileDescriptor|IBinder|List|Map|ParcelableHolder|ParcelFileDescriptor|String)\b
152
152
name : support.class.aidl
153
153
- match : ' \[\]'
154
154
name : punctuation.aidl
Original file line number Diff line number Diff line change 296
296
"include" : " #annotation"
297
297
},
298
298
{
299
- "match" : " ( \\ b(void|boolean|byte|char|int|long|float|double)\\ b) " ,
299
+ "match" : " \\ b(void|boolean|byte|char|int|long|float|double)\\ b" ,
300
300
"name" : " storage.type.aidl"
301
301
},
302
302
{
303
- "match" : " ( \\ b(CharSequence|FileDescriptor|IBinder|List|Map|ParcelableHolder|ParcelFileDescriptor|String)\\ b) " ,
303
+ "match" : " \\ b(CharSequence|FileDescriptor|IBinder|List|Map|ParcelableHolder|ParcelFileDescriptor|String)\\ b" ,
304
304
"name" : " support.class.aidl"
305
305
},
306
306
{
You can’t perform that action at this time.
0 commit comments