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 84ed42a commit d9d4582Copy full SHA for d9d4582
CHANGELOG.md
@@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Fixes line continuation syntax highlighting for OpenMP
13
+ ([#225](https://github.com/krvajal/vscode-fortran-support/issues/225))
14
15
### Changed
16
17
- Fixes syntax highlighting for nested case-select constructs
18
([#181](https://github.com/krvajal/vscode-fortran-support/issues/181)) via
19
([#218](https://github.com/krvajal/vscode-fortran-support/pull/218))
20
21
+### Added
22
23
+- Added syntax highlight support for OpenACC
24
+ ([224](https://github.com/krvajal/vscode-fortran-support/pull/224))
25
26
## [2.2.1] - 2020-04-11
27
28
### Fixed
0 commit comments