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 319ad53 commit 4c67300Copy full SHA for 4c67300
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## 0.2.0-wip
+## 0.2.0
2
3
-- Add initial support for `c` and `cpp` (C++).
+- Add basic, initial support for `c` and `cpp` (C++).
4
- Fix group counting when processing `Matcher.capture`.
5
6
## 0.1.1
pubspec.yaml
@@ -2,7 +2,7 @@ name: opal
description: >-
Tokenization and syntax highlighting support for
various programming languages and data formats.
-version: 0.2.0-wip
+version: 0.2.0
repository: https://github.com/dart-community/opal
7
8
topics:
0 commit comments