Skip to content

Commit b832f78

Browse files
committed
v0.2.0 release
1 parent 158b954 commit b832f78

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This is a language support for Visual Studio Code. I have decided to put this up and make it public as there is no such extension.
33
- This repository: https://github.com/ZaphyrVonGenevese/vscode-abl
44
- Grammar repository: https://github.com/ZaphyrVonGenevese/openedge-abl-syntax
5+
- For latest changes see: [Release notes](#release-notes)
56

67
## Syntax definition is not in this repository
78
For issues and other things regarding syntax definition, see
@@ -20,4 +21,21 @@ For issues and other things regarding syntax definition, see
2021
- This is my first `TextMate` language grammar
2122
- This is my first opensource project
2223

23-
That being said, I am super enthusiasthic helping the OpenEdge community. Any suggestions, help, feedback, advice, and critic is appreciated.
24+
That being said, I am super enthusiasthic helping the OpenEdge community. Any suggestions, help, feedback, advice, and critic is appreciated.
25+
26+
## Release notes
27+
28+
### v0.2.0
29+
- Added partial support for escape characters
30+
- `=*/` is not end of a comment, it is parameter
31+
- Fix: Consecutive comments on single line do not work as expected
32+
- Fix: Significant performance loss after adding support for abbreviations
33+
- Preprocesor names marked as functions; temp. solution
34+
- Fix: comment regex not escaped properly
35+
- Fix: < and > are special characters; keywords set to match whole word only
36+
- Added more information about package
37+
- Icon added
38+
### v0.1.1
39+
- Updated readme to help users reach me
40+
### v0.1.0
41+
- Initial relase

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-oeabl",
33
"publisher": "zvg",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "OpenEdge ABL language support for VS Code.",
66
"displayName": "OpenEdge ABL",
77
"author": "ZaphyrVonGenevese",

syntaxes

0 commit comments

Comments
 (0)