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 1389
1389
}
1390
1390
]
1391
1391
},
1392
- "select-rank-construct" :{
1392
+ "select-rank-construct" : {
1393
1393
"comment" : " Select rank construct. Introduced in the Fortran 2008 standard." ,
1394
- "begin" : " (?i)\\ b(select)\\ s*(rank)\\ b" ,
1394
+ "name" : " meta.block.select.rank.fortran" ,
1395
+ "begin" : " (?i)\\ b(select\\ s*rank)\\ b" ,
1395
1396
"beginCaptures" : {
1396
1397
"1" : {
1397
- "name" : " keyword.control.select.fortran"
1398
- },
1399
- "2" : {
1400
- "name" : " keyword.control.rank.fortran"
1398
+ "name" : " keyword.control.selectrank.fortran"
1401
1399
}
1402
1400
},
1403
- "end" : " (?i)(?= \\ b(end\\ s*select)\\ b) " ,
1401
+ "end" : " (?i)\\ b(end\\ s*select)\\ b" ,
1404
1402
"endCaptures" : {
1405
1403
"1" : {
1406
1404
"name" : " keyword.control.endselect.fortran"
You can’t perform that action at this time.
0 commit comments