File tree 1 file changed +24
-15
lines changed 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"
1559
1582
]
1560
1583
},
1561
1584
"control-statements" : {
1585
+ "comment" : " Statements controlling the flow of the program" ,
1562
1586
"patterns" : [
1563
1587
{
1564
1588
"include" : " #assign-statement"
2179
2203
"include" : " #invalid-word"
2180
2204
}
2181
2205
]
2182
- },
2183
- {
2184
- "include" : " #line-continuation-operator"
2185
2206
}
2186
2207
]
2187
2208
},
4142
4163
{
4143
4164
"include" : " #types"
4144
4165
},
4145
- {
4146
- "include" : " #line-continuation-operator"
4147
- },
4148
4166
{
4149
4167
"comment" : " Attribute list." ,
4150
4168
"contentName" : " meta.attribute-list.fortran" ,
4223
4241
"include" : " #invalid-word"
4224
4242
}
4225
4243
]
4226
- },
4227
- {
4228
- "include" : " #line-continuation-operator"
4229
4244
}
4230
4245
]
4231
4246
},
4926
4941
"patterns" : [
4927
4942
{
4928
4943
"include" : " #dummy-variable"
4929
- },
4930
- {
4931
- "include" : " #line-continuation-operator"
4932
4944
}
4933
4945
]
4934
4946
},
5026
5038
},
5027
5039
{
5028
5040
"include" : " #variable"
5029
- },
5030
- {
5031
- "include" : " #line-continuation-operator"
5032
5041
}
5033
5042
]
5034
5043
},
You can’t perform that action at this time.
0 commit comments