We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf331ca commit f96360cCopy full SHA for f96360c
syntaxes/fortran_free-form.tmLanguage.json
@@ -1389,18 +1389,16 @@
1389
}
1390
]
1391
},
1392
- "select-rank-construct":{
+ "select-rank-construct": {
1393
"comment": "Select rank construct. Introduced in the Fortran 2008 standard.",
1394
- "begin": "(?i)\\b(select)\\s*(rank)\\b",
+ "name": "meta.block.select.rank.fortran",
1395
+ "begin": "(?i)\\b(select\\s*rank)\\b",
1396
"beginCaptures": {
1397
"1": {
- "name": "keyword.control.select.fortran"
1398
- },
1399
- "2": {
1400
- "name": "keyword.control.rank.fortran"
+ "name": "keyword.control.selectrank.fortran"
1401
1402
1403
- "end": "(?i)(?=\\b(end\\s*select)\\b)",
+ "end": "(?i)\\b(end\\s*select)\\b",
1404
"endCaptures": {
1405
1406
"name": "keyword.control.endselect.fortran"
0 commit comments