File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1412
1412
}
1413
1413
]
1414
1414
},
1415
- "select-rank-construct" :{
1415
+ "select-rank-construct" : {
1416
1416
"comment" : " Select rank construct. Introduced in the Fortran 2008 standard." ,
1417
- "begin" : " (?i)\\ b(select)\\ s*(rank)\\ b" ,
1417
+ "name" : " meta.block.select.rank.fortran" ,
1418
+ "begin" : " (?i)\\ b(select\\ s*rank)\\ b" ,
1418
1419
"beginCaptures" : {
1419
1420
"1" : {
1420
- "name" : " keyword.control.select.fortran"
1421
- },
1422
- "2" : {
1423
- "name" : " keyword.control.rank.fortran"
1421
+ "name" : " keyword.control.selectrank.fortran"
1424
1422
}
1425
1423
},
1426
- "end" : " (?i)(?= \\ b(end\\ s*select)\\ b) " ,
1424
+ "end" : " (?i)\\ b(end\\ s*select)\\ b" ,
1427
1425
"endCaptures" : {
1428
1426
"1" : {
1429
1427
"name" : " keyword.control.endselect.fortran"
You can’t perform that action at this time.
0 commit comments