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 3d60be6 commit f20856eCopy full SHA for f20856e
syntaxes/fortran_free-form.tmLanguage.json
@@ -1646,10 +1646,13 @@
1646
"patterns": [
1647
{
1648
"comment": "capture the label if present",
1649
- "match": "\\s*([a-z]\\w*)?\\s*",
+ "match": "\\s*([a-z]\\w*)?\\s*\\b(\\w*)\\b",
1650
"captures": {
1651
"1": {
1652
"name": "meta.label.else.fortran"
1653
+ },
1654
+ "2": {
1655
+ "name": "invalid.error.label.else.fortran"
1656
}
1657
1658
},
0 commit comments