22This 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
78For 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
0 commit comments