Skip to content

Commit a4eaca4

Browse files
committed
Fix wrong select highlight on declarations with
1 parent 960ebd0 commit a4eaca4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

syntaxes/fortran_free-form.tmLanguage.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,6 +2110,9 @@
21102110
"include": "#invalid-word"
21112111
}
21122112
]
2113+
},
2114+
{
2115+
"include": "#line-continuation-operator"
21132116
}
21142117
]
21152118
},
@@ -4070,6 +4073,9 @@
40704073
{
40714074
"include": "#types"
40724075
},
4076+
{
4077+
"include": "#line-continuation-operator"
4078+
},
40734079
{
40744080
"comment": "Attribute list.",
40754081
"contentName": "meta.attribute-list.fortran",
@@ -4148,6 +4154,9 @@
41484154
"include": "#invalid-word"
41494155
}
41504156
]
4157+
},
4158+
{
4159+
"include": "#line-continuation-operator"
41514160
}
41524161
]
41534162
},
@@ -4939,6 +4948,9 @@
49394948
},
49404949
{
49414950
"include": "#variable"
4951+
},
4952+
{
4953+
"include": "#line-continuation-operator"
49424954
}
49434955
]
49444956
},

0 commit comments

Comments
 (0)