File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
23
- Added syntax highlight support for OpenACC
24
24
([ 224] ( https://github.com/krvajal/vscode-fortran-support/pull/224 ) )
25
25
26
+ ## [ 2.2.2] - 2020-12-11
27
+
28
+ ### Fixed
29
+
30
+ - Fixed fixed-form tab character at start syntax highlighting
31
+ ([ #191 ] ( https://github.com/krvajal/vscode-fortran-support/pull/191 ) )
32
+ - Fixed ` class ` paranthesis erroneous syntax highlighting
33
+ ([ #196 ] ( https://github.com/krvajal/vscode-fortran-support/issues/196 ) )
34
+ - Fixed multiline block interface syntax highlighting
35
+ ([ #202 ] ( https://github.com/krvajal/vscode-fortran-support/issues/202 ) )
36
+
37
+ ### Changed
38
+
39
+ - Updated ` package.json `
40
+ ([ #192 ] ( https://github.com/krvajal/vscode-fortran-support/pull/192 ) )
41
+ - Rewrote solution for ` select ` in variable name
42
+ ([ #203 ] ( https://github.com/krvajal/vscode-fortran-support/pull/203 ) )
43
+
26
44
## [ 2.2.1] - 2020-04-11
27
45
28
46
### Fixed
You can’t perform that action at this time.
0 commit comments