File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1352
1352
}
1353
1353
]
1354
1354
},
1355
- "select-type-construct" :{
1355
+ "select-type-construct" : {
1356
1356
"comment" : " Select type construct. Introduced in the Fortran 2003 standard." ,
1357
- "begin" : " (?i)\\ b(select)\\ s*(type)\\ b" ,
1357
+ "name" : " meta.block.select.type.fortran" ,
1358
+ "begin" : " (?i)\\ b(select\\ s*type)\\ b" ,
1358
1359
"beginCaptures" : {
1359
1360
"1" : {
1360
- "name" : " keyword.control.select.fortran"
1361
- },
1362
- "2" : {
1363
- "name" : " keyword.control.type.fortran"
1361
+ "name" : " keyword.control.selecttype.fortran"
1364
1362
}
1365
1363
},
1366
- "end" : " (?i)(?= \\ b(end\\ s*select)\\ b) " ,
1364
+ "end" : " (?i)\\ b(end\\ s*select)\\ b" ,
1367
1365
"endCaptures" : {
1368
1366
"1" : {
1369
1367
"name" : " keyword.control.endselect.fortran"
1374
1372
"include" : " #parentheses"
1375
1373
},
1376
1374
{
1377
- "begin" : " (?i)\\ b(?:(class)|(type))" ,
1375
+ "begin" : " (?i)\\ b(?:(class)|(type))\\ b " ,
1378
1376
"beginCaptures" : {
1379
1377
"1" : {
1380
1378
"name" : " keyword.control.class.fortran"
1394
1392
}
1395
1393
},
1396
1394
{
1397
- "match" : " (?i)\\ G\\ s*(is)\\ b" ,
1395
+ "match" : " (?i)\\ G\\ s*\\ b (is)\\ b" ,
1398
1396
"captures" : {
1399
1397
"1" : {
1400
1398
"name" : " keyword.control.is.fortran"
You can’t perform that action at this time.
0 commit comments