File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1405
1405
},
1406
1406
{
1407
1407
"match" : " (?<!#)\\ $?\\ b(?:_*[a-z][_a-zA-Z0-9]*)\\ b" ,
1408
- "name" : " variable.other.declaration. c3"
1408
+ "name" : " variable.other.c3"
1409
1409
},
1410
1410
{
1411
1411
"match" : " \\ b(?:_*[A-Z][_A-Z0-9]*)\\ b" ,
1412
- "name" : " variable.other.constant.declaration. c3"
1412
+ "name" : " variable.other.constant.c3"
1413
1413
},
1414
1414
{
1415
1415
"include" : " #attribute"
1481
1481
"name" : " punctuation.separator.c3"
1482
1482
}
1483
1483
},
1484
- "contentName" : " TODO" ,
1485
1484
"patterns" : [
1486
1485
{
1487
1486
"include" : " #expression"
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ repository:
347
347
contentName : meta.function.c3 meta.block.c3
348
348
patterns :
349
349
- include : " #statements"
350
- # Lambda function body
350
+ # Lambda function body TODO FIXME
351
351
- begin : \=>
352
352
beginCaptures :
353
353
0 : { name: meta.function.c3 keyword.declaration.function.arrow.c3 }
@@ -758,7 +758,6 @@ repository:
758
758
end : ' :'
759
759
endCaptures :
760
760
0 : { name: punctuation.separator.c3 }
761
- contentName : ' TODO'
762
761
patterns :
763
762
- include : " #expression"
764
763
# for
You can’t perform that action at this time.
0 commit comments