abl-tmlanguage 1.3.13 → 1.3.14

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,13 @@
1
+ 1.3.14
2
+ ======
3
+
4
+ - ✨ Improve DEFINE FRAME scoping
5
+ - ✨ Do not end DEFINE statements on decimal point
6
+ - ✨ Support comments in index definition
7
+ - ✨ Scope of RUN procedure names
8
+ - 🐛 Improve scopes for NEW record statement (vscode-abl/vscode-abl#361)
9
+ - 🐛 Fix TRIGGER PROCEDURE highlighting (vscode-abl/vscode-abl#361)
10
+
1
11
  1.3.13
2
12
  ======
3
13
 
package/README.md CHANGED
@@ -140,5 +140,8 @@ There are also a number of 'meta' scopes that usually cover multiple other scope
140
140
  |meta.statements.abl | All ABL statmements |
141
141
  |meta.using.abl | A `using` definition |
142
142
 
143
+ ## Checking scopes
144
+ The standard VS Code install includes a command (available via F1 or SHIFT-CTRL-P) named `Developer: Inspect Editor Tokens and Scopes` . This will pop a tooltip showing the scopes at the cursor location. It contains a group called _textmate scopes_ , which shows the current scope. The topmost scope should be in the table above.
145
+
143
146
  # License
144
147
  MIT