abl-tmlanguage 1.3.11 → 1.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ 1.3.13
2
+ ======
3
+
4
+ - ✨ Fix capture for first table in DEFINE BUFFER and CREATE statements
5
+ - ⚡️ Use oniguruma-parser/optimizer to optimise the keyword regexes
6
+ - 🐛 Abbreviated version of INITIAL (#57)
7
+ - 🐛 Procedures names with `.` or `using` (vscode-abl/vscode-abl#325)
8
+
9
+ 1.3.12
10
+ ======
11
+
12
+ - Ensure GET and SET in property definitions are case-insensitive. Fix for Syntax highlighting (vscode-abl/vscode-abl#307)
13
+ - Support comments in a FOR EACH statement
14
+ - Scope functions named GET-VALUE and SET-VALUE correctly
15
+ - Support WHILE in FOR EACH
16
+ - Allow keywords in parameter arguments
17
+ - Limit scope of SET-SIZE function arguments appropriately
18
+
1
19
  1.3.11
2
20
  ======
3
21