You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,20 @@ Bug fixing and what feels appealing to hack on.
70
70
71
71
### 2.4.3
72
72
73
-
Updated 3rd party dependencies.
73
+
- Updated 3rd party dependencies.
74
+
- Extracted the formatter into an own Node.js package for broader use.
75
+
- Added new animation to call graphs, which highlights (in steps) which rule calls another rule. This is an implementation from Garry Miller.
76
+
- Fixed bug #134 alignColons formatting setting affects semicolon on first line
77
+
- Fixed bug #151: Formatting comments adds empty lines in some situations
78
+
- Fixed bug #150: Language server fails to accept 'fail' option after semantic predicate.
79
+
- Added support for predicate options.
80
+
- Fixed bug #180: How to pass multi CLI arguments to antlr?
81
+
- Fixed bug #182: Setting no generation language should not automatically apply Java as default
82
+
- Fixed bug #210: RangeError: Maximum call stack size exceeded
83
+
- Added a check to avoid endless recursion if a grammar uses itself as token vocabulary.
84
+
- Added a new semantic check for this (erroneous situation).
85
+
- Interpreter data is now also regenerated on start of the extension, if the grammar is newer than existing data and diagnostic checks are executed on startup.
86
+
- Fixed bug #235: Extension does not work on Windows
0 commit comments