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 1329
1329
}
1330
1330
]
1331
1331
},
1332
- "select-type-construct" :{
1332
+ "select-type-construct" : {
1333
1333
"comment" : " Select type construct. Introduced in the Fortran 2003 standard." ,
1334
- "begin" : " (?i)\\ b(select)\\ s*(type)\\ b" ,
1334
+ "name" : " meta.block.select.type.fortran" ,
1335
+ "begin" : " (?i)\\ b(select\\ s*type)\\ b" ,
1335
1336
"beginCaptures" : {
1336
1337
"1" : {
1337
- "name" : " keyword.control.select.fortran"
1338
- },
1339
- "2" : {
1340
- "name" : " keyword.control.type.fortran"
1338
+ "name" : " keyword.control.selecttype.fortran"
1341
1339
}
1342
1340
},
1343
- "end" : " (?i)(?= \\ b(end\\ s*select)\\ b) " ,
1341
+ "end" : " (?i)\\ b(end\\ s*select)\\ b" ,
1344
1342
"endCaptures" : {
1345
1343
"1" : {
1346
1344
"name" : " keyword.control.endselect.fortran"
1351
1349
"include" : " #parentheses"
1352
1350
},
1353
1351
{
1354
- "begin" : " (?i)\\ b(?:(class)|(type))" ,
1352
+ "begin" : " (?i)\\ b(?:(class)|(type))\\ b " ,
1355
1353
"beginCaptures" : {
1356
1354
"1" : {
1357
1355
"name" : " keyword.control.class.fortran"
1371
1369
}
1372
1370
},
1373
1371
{
1374
- "match" : " (?i)\\ G\\ s*(is)\\ b" ,
1372
+ "match" : " (?i)\\ G\\ s*\\ b (is)\\ b" ,
1375
1373
"captures" : {
1376
1374
"1" : {
1377
1375
"name" : " keyword.control.is.fortran"
You can’t perform that action at this time.
0 commit comments