File tree Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Original file line number Diff line number Diff line change 13
13
" F08"
14
14
],
15
15
"firstLineMatch" : " (?i)-[*]- mode: fortran free -[*]-" ,
16
+ "injections" : {
17
+ "source.fortran.free - ( string | comment )" : {
18
+ "patterns" : [
19
+ {
20
+ "include" : " #line-continuation-operator"
21
+ }
22
+ ]
23
+ },
24
+ "string.quoted.double.fortran" : {
25
+ "patterns" : [
26
+ {
27
+ "include" : " #string-line-continuation-operator"
28
+ }
29
+ ]
30
+ },
31
+ "string.quoted.single.fortran" : {
32
+ "patterns" : [
33
+ {
34
+ "include" : " #string-line-continuation-operator"
35
+ }
36
+ ]
37
+ }
38
+ },
16
39
"patterns" : [
17
40
{
18
41
"include" : " #preprocessor"
1553
1576
]
1554
1577
},
1555
1578
"control-statements" : {
1579
+ "comment" : " Statements controlling the flow of the program" ,
1556
1580
"patterns" : [
1557
1581
{
1558
1582
"include" : " #assign-statement"
2173
2197
"include" : " #invalid-word"
2174
2198
}
2175
2199
]
2176
- },
2177
- {
2178
- "include" : " #line-continuation-operator"
2179
2200
}
2180
2201
]
2181
2202
},
4136
4157
{
4137
4158
"include" : " #types"
4138
4159
},
4139
- {
4140
- "include" : " #line-continuation-operator"
4141
- },
4142
4160
{
4143
4161
"comment" : " Attribute list." ,
4144
4162
"contentName" : " meta.attribute-list.fortran" ,
4217
4235
"include" : " #invalid-word"
4218
4236
}
4219
4237
]
4220
- },
4221
- {
4222
- "include" : " #line-continuation-operator"
4223
4238
}
4224
4239
]
4225
4240
},
4920
4935
"patterns" : [
4921
4936
{
4922
4937
"include" : " #dummy-variable"
4923
- },
4924
- {
4925
- "include" : " #line-continuation-operator"
4926
4938
}
4927
4939
]
4928
4940
},
5020
5032
},
5021
5033
{
5022
5034
"include" : " #variable"
5023
- },
5024
- {
5025
- "include" : " #line-continuation-operator"
5026
5035
}
5027
5036
]
5028
5037
},
You can’t perform that action at this time.
0 commit comments