Skip to content

Commit 6e14c58

Browse files
Revert "Select rank"
This will be added with the `select` highlight fixes
2 parents f9d2abe + c79dc8c commit 6e14c58

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

syntaxes/fortran_free-form.tmLanguage.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,49 +1334,6 @@
13341334
}
13351335
]
13361336
},
1337-
{
1338-
"comment": "Select rank construct. Introduced in the Fortran 2018 standard.",
1339-
"begin": "(?i)\\s*(rank)\\b",
1340-
"beginCaptures": {
1341-
"1": {
1342-
"name": "keyword.control.rank.fortran"
1343-
}
1344-
},
1345-
"end": "(?i)(?=\\b(end\\s*select)\\b)",
1346-
"patterns": [
1347-
{
1348-
"include": "#parentheses"
1349-
},
1350-
{
1351-
"begin": "(?i)\\b(rank)\\b",
1352-
"beginCaptures": {
1353-
"1": {
1354-
"name": "keyword.control.rank.fortran"
1355-
}
1356-
},
1357-
"end": "(?i)(?=[;!\\n])",
1358-
"patterns": [
1359-
{
1360-
"match": "(?i)\\G\\s*\\b(default)\\b",
1361-
"captures": {
1362-
"1": {
1363-
"name": "keyword.control.default.fortran"
1364-
}
1365-
}
1366-
},
1367-
{
1368-
"include": "#parentheses"
1369-
},
1370-
{
1371-
"include": "#invalid-word"
1372-
}
1373-
]
1374-
},
1375-
{
1376-
"include": "$base"
1377-
}
1378-
]
1379-
},
13801337
{
13811338
"comment": "Select type construct. Introduced in the Fortran 2003 standard.",
13821339
"begin": "(?i)\\s*(type)\\b",

0 commit comments

Comments
 (0)