abl-tmlanguage 1.3.28 → 1.3.29

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.
Files changed (140) hide show
  1. package/package.json +5 -2
  2. package/.github/workflows/ci.yml +0 -36
  3. package/CHANGELOG.md +0 -139
  4. package/abl-functions.txt +0 -548
  5. package/abl-keywords.txt +0 -416
  6. package/abl-methods.txt +0 -1053
  7. package/index.mjs +0 -508
  8. package/spec/analyze-suspend-resume/analyze-suspend-resume.spec.js +0 -17
  9. package/spec/annotations/annotation.spec.js +0 -366
  10. package/spec/array-extent/issue#5.spec.js +0 -26
  11. package/spec/blocks/block-labels.spec.js +0 -201
  12. package/spec/blocks/block-options.spec.js +0 -174
  13. package/spec/blocks/finally-blocks.spec.js +0 -90
  14. package/spec/blocks/on-quit.spec.js +0 -59
  15. package/spec/comments/comment-in-block-statement.spec.js +0 -153
  16. package/spec/comments/comment-in-for-each.spec.js +0 -105
  17. package/spec/comments/comment-in-function-args.spec.js +0 -88
  18. package/spec/comments/spacious-comment.spec.js +0 -73
  19. package/spec/comments/vscode-abl-issue#127.spec.js +0 -165
  20. package/spec/create-widgets/create-window.spec.js +0 -224
  21. package/spec/db-table-and-field/buffer-copy.spec.js +0 -246
  22. package/spec/db-table-and-field/create-alias.spec.js +0 -131
  23. package/spec/db-table-and-field/create-record.spec.js +0 -75
  24. package/spec/db-table-and-field/double-colon-access.spec.js +0 -154
  25. package/spec/db-table-and-field/field-in-function.spec.js +0 -58
  26. package/spec/db-table-and-field/fields-except.spec.js +0 -68
  27. package/spec/db-table-and-field/find-record.spec.js +0 -158
  28. package/spec/db-table-and-field/foreach.spec.js +0 -588
  29. package/spec/db-table-and-field/issue#88.spec.js +0 -121
  30. package/spec/db-table-and-field/new-record.spec.js +0 -250
  31. package/spec/db-table-and-field/query-get.spec.js +0 -137
  32. package/spec/define/define-browse.spec.js +0 -454
  33. package/spec/define/define-button.spec.js +0 -233
  34. package/spec/define/define-query.spec.js +0 -144
  35. package/spec/define/define-rectangle.spec.js +0 -47
  36. package/spec/define-buffer/create-buffer.spec.js +0 -212
  37. package/spec/define-buffer/simple-single-line.spec.js +0 -155
  38. package/spec/define-enum/type-name.spec.js +0 -200
  39. package/spec/define-event/simple-single-line.spec.js +0 -61
  40. package/spec/define-frame/issue#173.spec.js +0 -580
  41. package/spec/define-parameter/simple-single-line.spec.js +0 -228
  42. package/spec/define-property/property-getter.spec.js +0 -70
  43. package/spec/define-stream/simple-single-line.spec.js +0 -42
  44. package/spec/define-temp-table/define-dataset.spec.js +0 -217
  45. package/spec/define-temp-table/define-temp-table.spec.js +0 -605
  46. package/spec/define-variable/define-like.spec.js +0 -78
  47. package/spec/define-variable/extent.spec.js +0 -778
  48. package/spec/define-variable/initial.spec.js +0 -126
  49. package/spec/define-variable/issue#6.spec.js +0 -280
  50. package/spec/define-variable/issue#9.spec.js +0 -45
  51. package/spec/define-variable/simple-single-line.spec.js +0 -181
  52. package/spec/define-variable/single-line-with-a-comment-at-the-end.spec.js +0 -62
  53. package/spec/define-variable/single-line-with-a-space-and-a-comment-at-the-end.spec.js +0 -65
  54. package/spec/define-variable/tm-issue#2.spec.js +0 -25
  55. package/spec/define-variable/var-statement.spec.js +0 -467
  56. package/spec/do/do-blocks.spec.js +0 -289
  57. package/spec/do/issue#3.spec.js +0 -83
  58. package/spec/do/stop-after.spec.js +0 -79
  59. package/spec/for-each/for-each.spec.js +0 -111
  60. package/spec/for-each/issue#321.spec.js +0 -116
  61. package/spec/for-each/vscode-abl.issue#166.spec.js +0 -83
  62. package/spec/function-call/can-find.spec.js +0 -239
  63. package/spec/function-call/include-in-argument.spec.js +0 -120
  64. package/spec/function-call/misc-abl-functions.spec.js +0 -59
  65. package/spec/function-call/nested-functions.spec.js +0 -245
  66. package/spec/function-call/pass-table.spec.js +0 -116
  67. package/spec/function-call/set-size.spec.js +0 -56
  68. package/spec/function-call/udf-calls.spec.js +0 -50
  69. package/spec/function-call/vscode-abl-issue#19.spec.js +0 -129
  70. package/spec/function-definition/vscode-abl-issue#166.spec.js +0 -446
  71. package/spec/global-scoped-define/global-define.spec.js +0 -64
  72. package/spec/global-scoped-define/scoped-define-with-procedure-keyword.spec.js +0 -70
  73. package/spec/global-scoped-define/undefine.spec.js +0 -44
  74. package/spec/include/abl-tmlanguage-issues#5.spec.js +0 -40
  75. package/spec/include/include-file-name.spec.js +0 -267
  76. package/spec/include/unnamed-arguments.spec.js +0 -38
  77. package/spec/include/vscode-abl-issue#45.spec.js +0 -20
  78. package/spec/include/vscode-abl-issue#77.spec.js +0 -128
  79. package/spec/include/vscode-abl-issue#80.spec.js +0 -50
  80. package/spec/input-output/input-from.spec.js +0 -504
  81. package/spec/input-output/output-to.spec.js +0 -456
  82. package/spec/method-attribute-property-call/abl-method-attribute-call.spec.js +0 -98
  83. package/spec/method-attribute-property-call/connected-method.spec.js +0 -29
  84. package/spec/method-attribute-property-call/datset-table-attribute-method-call.spec.js +0 -53
  85. package/spec/method-attribute-property-call/get-set-method-name.spec.js +0 -140
  86. package/spec/method-attribute-property-call/method-call.spec.js +0 -268
  87. package/spec/method-attribute-property-call/nested-property-call.spec.js +0 -18
  88. package/spec/method-attribute-property-call/unqualified-method-call.spec.js +0 -41
  89. package/spec/method-definition/constructor.spec.js +0 -174
  90. package/spec/method-definition/method.spec.js +0 -541
  91. package/spec/misc-statements/array-for.spec.js +0 -21
  92. package/spec/misc-statements/case-statement.spec.js +0 -96
  93. package/spec/misc-statements/class-in-var-name.spec.js +0 -204
  94. package/spec/misc-statements/copy-lob.spec.js +0 -144
  95. package/spec/misc-statements/def-in-name.spec.js +0 -20
  96. package/spec/misc-statements/delete-objects.spec.js +0 -65
  97. package/spec/misc-statements/do-in-name.spec.js +0 -259
  98. package/spec/misc-statements/event-subscribe.spec.js +0 -308
  99. package/spec/misc-statements/export-delimiter.spec.js +0 -37
  100. package/spec/misc-statements/guid.spec.js +0 -97
  101. package/spec/misc-statements/if-then.spec.js +0 -454
  102. package/spec/misc-statements/issue#173.spec.js +0 -99
  103. package/spec/misc-statements/message-statement.spec.js +0 -21
  104. package/spec/misc-statements/record-buffer-functions.spec.js +0 -73
  105. package/spec/misc-statements/release.spec.js +0 -41
  106. package/spec/misc-statements/return-statement.spec.js +0 -64
  107. package/spec/misc-statements/skip-statement-and-fuction.spec.js +0 -35
  108. package/spec/misc-statements/system-handles.spec.js +0 -122
  109. package/spec/numbers/scientific-notation.spec.js +0 -212
  110. package/spec/operators/operators.spec.js +0 -149
  111. package/spec/operators/safe-navigation-operator.spec.js +0 -246
  112. package/spec/preprocesors/issue166.spec.js +0 -91
  113. package/spec/preprocesors/preprocessor-functions.spec.js +0 -77
  114. package/spec/preprocesors/proparse-preprocessor.spec.js +0 -90
  115. package/spec/procedure-definition/empty-proc.spec.js +0 -134
  116. package/spec/procedure-definition/trigger-procedure.spec.js +0 -132
  117. package/spec/procedure-definition/vscode-abl-issue#22.spec.js +0 -46
  118. package/spec/procedure-definition/vscode-abl-issue#26.spec.js +0 -31
  119. package/spec/procedure-definition/vscode-abl-issue#325.spec.js +0 -88
  120. package/spec/procedure-definition/vscode-abl-issue#62.spec.js +0 -39
  121. package/spec/run-statement/run-statement.spec.js +0 -868
  122. package/spec/shared.js +0 -104
  123. package/spec/strings/translation-attribute.spec.js +0 -52
  124. package/spec/strings/vscode-abl-issue#11.spec.js +0 -56
  125. package/spec/strings/vscode-abl-issue#28.spec.js +0 -31
  126. package/spec/type-name/argument.spec.js +0 -206
  127. package/spec/type-name/cast.spec.js +0 -163
  128. package/spec/type-name/define-class.spec.js +0 -555
  129. package/spec/type-name/define-enum.spec.js +0 -44
  130. package/spec/type-name/define-interface.spec.js +0 -159
  131. package/spec/type-name/define-property.spec.js +0 -301
  132. package/spec/type-name/define-temp-table.spec.js +0 -434
  133. package/spec/type-name/define-type-spec.js +0 -435
  134. package/spec/type-name/define-variable-property.spec.js +0 -264
  135. package/spec/type-name/define-variable.spec.js +0 -386
  136. package/spec/type-name/get-class.spec.js +0 -91
  137. package/spec/type-name/new.spec.js +0 -185
  138. package/spec/type-name/parameter-as.spec.js +0 -978
  139. package/spec/type-name/type-name.spec.js +0 -880
  140. package/spec/type-name/using.spec.js +0 -160
@@ -1,778 +0,0 @@
1
- const { assert, expect } = require('chai');
2
- const shared = require('../shared.js');
3
-
4
- describe('', () => {
5
- let statement = `define variable variable-name as int extent no-undo.`;
6
- let expectedTokens = [
7
- { "startIndex": 0, "endIndex": 6, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'define'
8
- { "startIndex": 6, "endIndex": 7, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
9
- { "startIndex": 7, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'variable'
10
- { "startIndex": 15, "endIndex": 16, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
11
- { "startIndex": 16, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
12
- { "startIndex": 29, "endIndex": 30, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
13
- { "startIndex": 30, "endIndex": 32, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
14
- { "startIndex": 32, "endIndex": 33, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
15
- { "startIndex": 33, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
16
- { "startIndex": 36, "endIndex": 37, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
17
- { "startIndex": 37, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
18
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
19
- { "startIndex": 44, "endIndex": 51, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
20
- { "startIndex": 51, "endIndex": 52, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
21
-
22
- ];
23
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
24
- })
25
- describe('', () => {
26
- let statement = `def var variable-name as int no-undo extent.`;
27
- let expectedTokens = [
28
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
29
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
30
- { "startIndex": 4, "endIndex": 7, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
31
- { "startIndex": 7, "endIndex": 8, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
32
- { "startIndex": 8, "endIndex": 21, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
33
- { "startIndex": 21, "endIndex": 22, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
34
- { "startIndex": 22, "endIndex": 24, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
35
- { "startIndex": 24, "endIndex": 25, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
36
- { "startIndex": 25, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
37
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
38
- { "startIndex": 29, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
39
- { "startIndex": 36, "endIndex": 37, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
40
- { "startIndex": 37, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
41
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
42
- ];
43
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
44
- })
45
- describe('', () => {
46
- let statement = `def new shared var variable-name as int no-undo extent 123.`;
47
- let expectedTokens = [
48
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
49
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
50
- { "startIndex": 4, "endIndex": 7, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'new'
51
- { "startIndex": 7, "endIndex": 8, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
52
- { "startIndex": 8, "endIndex": 14, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'shared'
53
- { "startIndex": 14, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
54
- { "startIndex": 15, "endIndex": 18, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
55
- { "startIndex": 18, "endIndex": 19, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
56
- { "startIndex": 19, "endIndex": 32, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
57
- { "startIndex": 32, "endIndex": 33, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
58
- { "startIndex": 33, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
59
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
60
- { "startIndex": 36, "endIndex": 39, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
61
- { "startIndex": 39, "endIndex": 40, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
62
- { "startIndex": 40, "endIndex": 47, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
63
- { "startIndex": 47, "endIndex": 48, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
64
- { "startIndex": 48, "endIndex": 54, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
65
- { "startIndex": 54, "endIndex": 55, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
66
- { "startIndex": 55, "endIndex": 58, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '123'
67
- { "startIndex": 58, "endIndex": 59, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
68
- ];
69
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
70
- })
71
- describe('', () => {
72
- let statement = `def shared var variable-name as int extent 3 no-undo.`;
73
- let expectedTokens = [
74
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
75
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
76
- { "startIndex": 4, "endIndex": 10, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'shared'
77
- { "startIndex": 10, "endIndex": 11, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
78
- { "startIndex": 11, "endIndex": 14, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
79
- { "startIndex": 14, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
80
- { "startIndex": 15, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
81
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
82
- { "startIndex": 29, "endIndex": 31, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
83
- { "startIndex": 31, "endIndex": 32, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
84
- { "startIndex": 32, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
85
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
86
- { "startIndex": 36, "endIndex": 42, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
87
- { "startIndex": 42, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
88
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '3'
89
- { "startIndex": 44, "endIndex": 45, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
90
- { "startIndex": 45, "endIndex": 52, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
91
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
92
-
93
- ];
94
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
95
- })
96
- describe('', () => {
97
- let statement = `def var variable-name as int extent 0x4 no-undo .`;
98
- let expectedTokens = [
99
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
100
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
101
- { "startIndex": 4, "endIndex": 7, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
102
- { "startIndex": 7, "endIndex": 8, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
103
- { "startIndex": 8, "endIndex": 21, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
104
- { "startIndex": 21, "endIndex": 22, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
105
- { "startIndex": 22, "endIndex": 24, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
106
- { "startIndex": 24, "endIndex": 25, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
107
- { "startIndex": 25, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
108
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
109
- { "startIndex": 29, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
110
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
111
- { "startIndex": 36, "endIndex": 39, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '0x4'
112
- { "startIndex": 39, "endIndex": 40, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
113
- { "startIndex": 40, "endIndex": 47, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
114
- { "startIndex": 47, "endIndex": 48, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
115
- { "startIndex": 48, "endIndex": 49, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
116
- ];
117
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
118
- })
119
- describe('', () => {
120
- let statement = `def shared var variable-name as int extent 3 no-undo initial [-1, -3, -5].`;
121
- let expectedTokens = [
122
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
123
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
124
- { "startIndex": 4, "endIndex": 10, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'shared'
125
- { "startIndex": 10, "endIndex": 11, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
126
- { "startIndex": 11, "endIndex": 14, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
127
- { "startIndex": 14, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
128
- { "startIndex": 15, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
129
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
130
- { "startIndex": 29, "endIndex": 31, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
131
- { "startIndex": 31, "endIndex": 32, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
132
- { "startIndex": 32, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
133
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
134
- { "startIndex": 36, "endIndex": 42, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
135
- { "startIndex": 42, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
136
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '3'
137
- { "startIndex": 44, "endIndex": 45, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
138
- { "startIndex": 45, "endIndex": 52, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
139
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
140
- { "startIndex": 53, "endIndex": 60, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'initial'
141
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
142
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.begin.abl"] }, // '['
143
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '-1'
144
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
145
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
146
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '-3'
147
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
148
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
149
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '-5'
150
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.end.abl"] }, // ']'
151
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
152
- ];
153
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
154
- })
155
- describe('', () => {
156
- let statement = `def shared var variable-name as int extent 3 no-undo initial [2, -3, 0x4].`;
157
- let expectedTokens = [
158
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
159
- { "startIndex": 3, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
160
- { "startIndex": 4, "endIndex": 10, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'shared'
161
- { "startIndex": 10, "endIndex": 11, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
162
- { "startIndex": 11, "endIndex": 14, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
163
- { "startIndex": 14, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
164
- { "startIndex": 15, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'variable-name'
165
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
166
- { "startIndex": 29, "endIndex": 31, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
167
- { "startIndex": 31, "endIndex": 32, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
168
- { "startIndex": 32, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'int'
169
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
170
- { "startIndex": 36, "endIndex": 42, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
171
- { "startIndex": 42, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
172
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '3'
173
- { "startIndex": 44, "endIndex": 45, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
174
- { "startIndex": 45, "endIndex": 52, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
175
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
176
- { "startIndex": 53, "endIndex": 60, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'initial'
177
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
178
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.begin.abl"] }, // '['
179
- { "startIndex": 62, "endIndex": 63, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '2'
180
- { "startIndex": 63, "endIndex": 64, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
181
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
182
- { "startIndex": 65, "endIndex": 67, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '-3'
183
- { "startIndex": 67, "endIndex": 68, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
184
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
185
- { "startIndex": 69, "endIndex": 72, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '0x4'
186
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.end.abl"] }, // ']'
187
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
188
- ];
189
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
190
- })
191
-
192
- describe('', () => {
193
- let statement = `def var someArray as chara extent 3 no-undo initial ["p", "q", ?].`;
194
- let expectedTokens = [
195
- { "startIndex": 0, "endIndex": 3, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'def'
196
- { "startIndex": 3, "endIndex": 5, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
197
- { "startIndex": 5, "endIndex": 8, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
198
- { "startIndex": 8, "endIndex": 9, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
199
- { "startIndex": 9, "endIndex": 18, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'someArray'
200
- { "startIndex": 18, "endIndex": 19, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
201
- { "startIndex": 19, "endIndex": 21, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'as'
202
- { "startIndex": 21, "endIndex": 22, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
203
- { "startIndex": 22, "endIndex": 27, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'chara'
204
- { "startIndex": 27, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
205
- { "startIndex": 28, "endIndex": 34, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'extent'
206
- { "startIndex": 34, "endIndex": 35, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
207
- { "startIndex": 35, "endIndex": 36, "scopes": ["source.abl", "meta.define.abl", "constant.numeric.source.abl"] }, // '3'
208
- { "startIndex": 36, "endIndex": 37, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
209
- { "startIndex": 37, "endIndex": 44, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'no-undo'
210
- { "startIndex": 44, "endIndex": 45, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
211
- { "startIndex": 45, "endIndex": 52, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'initial'
212
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
213
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.begin.abl"] }, // '['
214
- { "startIndex": 54, "endIndex": 55, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl", "punctuation.definition.string.begin.abl"] }, // '"'
215
- { "startIndex": 55, "endIndex": 56, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl"] }, // 'p'
216
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl", "punctuation.definition.string.end.abl"] }, // '"'
217
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
218
- { "startIndex": 58, "endIndex": 59, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
219
- { "startIndex": 59, "endIndex": 60, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl", "punctuation.definition.string.begin.abl"] }, // '"'
220
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl"] }, // 'q'
221
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "string.quoted.double.abl", "punctuation.definition.string.end.abl"] }, // '"'
222
- { "startIndex": 62, "endIndex": 63, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
223
- { "startIndex": 63, "endIndex": 64, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl"] }, // ' '
224
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.language.abl"] }, // '?'
225
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.end.abl"] }, // ']'
226
- { "startIndex": 66, "endIndex": 67, "scopes": ["source.abl", "meta.define.abl", "punctuation.terminator.abl"] } // '.'
227
- ];
228
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
229
- })
230
-
231
- describe('', () => {
232
- let statement = ` // Default = unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
233
- var private logical[128] mFlags_Default = [ // NUL SOH STX ETX EOT ENQ ACK BEL
234
- yes,yes,yes,yes,yes,yes,yes,yes,
235
- // BS HT LF VT FF CR SO SI
236
- yes,yes,yes,yes,yes,yes,yes,yes,
237
- // DLE DC1 DC2 DC3 DC4 NAK SYN ETB
238
- yes,yes,yes,yes,yes,yes,yes,yes,
239
- // CAN EM SUB ESC FS GS RS US
240
- yes,yes,yes,yes,yes,yes,yes,yes,
241
- // ! " # $ % & '
242
- yes,yes,yes,yes,yes,yes,yes,yes,
243
- // ( ) * + , - . /
244
- yes,yes,yes,yes,yes,no ,no ,yes,
245
- // 0 1 2 3 4 5 6 7
246
- no ,no ,no ,no ,no ,no ,no ,no ,
247
- // 8 9 : ; < = > ?
248
- no ,no ,yes,yes,yes,yes,yes,yes,
249
- // @ A B C D E F G
250
- yes,no ,no ,no ,no ,no ,no ,no ,
251
- // H I J K L M N O
252
- no ,no ,no ,no ,no ,no ,no ,no ,
253
- // P Q R S T U V W
254
- no ,no ,no ,no ,no ,no ,no ,no ,
255
- // X Y Z [ \ ] ^ _
256
- no ,no ,no ,yes,yes,yes,yes,no ,
257
- // \` a b c d e f g
258
- yes,no ,no ,no ,no ,no ,no ,no ,
259
- // h i j k l m n o
260
- no ,no ,no ,no ,no ,no ,no ,no ,
261
- // p q r s t u v w
262
- no ,no ,no ,no ,no ,no ,no ,no ,
263
- // x y z { | } ~ DEL
264
- no ,no ,no ,yes,yes,yes,no ,yes ].`;
265
- let expectedTokens = [
266
- [
267
- { "startIndex": 0, "endIndex": 4, "scopes": ["source.abl"] }, // ' '
268
- { "startIndex": 4, "endIndex": 70, "scopes": ["source.abl", "comment.line.double-slash.abl"] } // '// Default = unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"'
269
- ],
270
- [
271
- { "startIndex": 0, "endIndex": 4, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
272
- { "startIndex": 4, "endIndex": 7, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'var'
273
- { "startIndex": 7, "endIndex": 8, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
274
- { "startIndex": 8, "endIndex": 15, "scopes": ["source.abl", "meta.define.abl", "keyword.other.abl"] }, // 'private'
275
- { "startIndex": 15, "endIndex": 16, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
276
- { "startIndex": 16, "endIndex": 23, "scopes": ["source.abl", "meta.define.abl", "storage.type.abl"] }, // 'logical'
277
- { "startIndex": 23, "endIndex": 24, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.begin.abl"] }, // '['
278
- { "startIndex": 24, "endIndex": 27, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "constant.numeric.source.abl"] }, // '128'
279
- { "startIndex": 27, "endIndex": 28, "scopes": ["source.abl", "meta.define.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.end.abl"] }, // ']'
280
- { "startIndex": 28, "endIndex": 29, "scopes": ["source.abl", "meta.define.abl"] }, // ' '
281
- { "startIndex": 29, "endIndex": 43, "scopes": ["source.abl", "meta.define.abl", "variable.other.abl"] }, // 'mFlags_Default'
282
- { "startIndex": 43, "endIndex": 44, "scopes": ["source.abl"] }, // ' '
283
- { "startIndex": 44, "endIndex": 45, "scopes": ["source.abl", "keyword.operator.source.abl"] }, // '='
284
- { "startIndex": 45, "endIndex": 46, "scopes": ["source.abl"] }, // ' '
285
- { "startIndex": 46, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.begin.abl"] }, // '['
286
- { "startIndex": 47, "endIndex": 48, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
287
- { "startIndex": 48, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// NUL SOH STX ETX EOT ENQ ACK BEL'
288
- ],
289
- [
290
- { "startIndex": 0, "endIndex": 51, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
291
- { "startIndex": 51, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
292
- { "startIndex": 54, "endIndex": 55, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
293
- { "startIndex": 55, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
294
- { "startIndex": 58, "endIndex": 59, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
295
- { "startIndex": 59, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
296
- { "startIndex": 62, "endIndex": 63, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
297
- { "startIndex": 63, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
298
- { "startIndex": 66, "endIndex": 67, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
299
- { "startIndex": 67, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
300
- { "startIndex": 70, "endIndex": 71, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
301
- { "startIndex": 71, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
302
- { "startIndex": 74, "endIndex": 75, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
303
- { "startIndex": 75, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
304
- { "startIndex": 78, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
305
- { "startIndex": 79, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
306
- { "startIndex": 82, "endIndex": 83, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
307
- ],
308
- [
309
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
310
- { "startIndex": 47, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// BS HT LF VT FF CR SO SI'
311
- ],
312
- [
313
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
314
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
315
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
316
- { "startIndex": 54, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
317
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
318
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
319
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
320
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
321
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
322
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
323
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
324
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
325
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
326
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
327
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
328
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
329
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
330
- ],
331
- [
332
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
333
- { "startIndex": 47, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// DLE DC1 DC2 DC3 DC4 NAK SYN ETB'
334
- ],
335
- [
336
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
337
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
338
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
339
- { "startIndex": 54, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
340
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
341
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
342
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
343
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
344
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
345
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
346
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
347
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
348
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
349
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
350
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
351
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
352
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
353
- ],
354
- [
355
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
356
- { "startIndex": 47, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// CAN EM SUB ESC FS GS RS US'
357
- ],
358
- [
359
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
360
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
361
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
362
- { "startIndex": 54, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
363
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
364
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
365
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
366
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
367
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
368
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
369
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
370
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
371
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
372
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
373
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
374
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
375
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
376
- ],
377
- [
378
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
379
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// ! " # $ % & ''
380
- ],
381
- [
382
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
383
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
384
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
385
- { "startIndex": 54, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
386
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
387
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
388
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
389
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
390
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
391
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
392
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
393
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
394
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
395
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
396
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
397
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
398
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
399
- ],
400
- [
401
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
402
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// ( ) * + , - . /'
403
- ],
404
- [
405
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
406
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
407
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
408
- { "startIndex": 54, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
409
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
410
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
411
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
412
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
413
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
414
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
415
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
416
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
417
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
418
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
419
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
420
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
421
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
422
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
423
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
424
- ],
425
- [
426
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
427
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// 0 1 2 3 4 5 6 7'
428
- ],
429
- [
430
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
431
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
432
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
433
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
434
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
435
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
436
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
437
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
438
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
439
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
440
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
441
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
442
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
443
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
444
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
445
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
446
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
447
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
448
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
449
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
450
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
451
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
452
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
453
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
454
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
455
- ],
456
- [
457
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
458
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// 8 9 : ; < = > ?'
459
- ],
460
- [
461
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
462
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
463
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
464
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
465
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
466
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
467
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
468
- { "startIndex": 58, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
469
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
470
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
471
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
472
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
473
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
474
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
475
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
476
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
477
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
478
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
479
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
480
- ],
481
- [
482
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
483
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// @ A B C D E F G'
484
- ],
485
- [
486
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
487
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
488
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
489
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
490
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
491
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
492
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
493
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
494
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
495
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
496
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
497
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
498
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
499
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
500
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
501
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
502
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
503
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
504
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
505
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
506
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
507
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
508
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
509
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
510
- ],
511
- [
512
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
513
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// H I J K L M N O'
514
- ],
515
- [
516
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
517
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
518
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
519
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
520
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
521
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
522
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
523
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
524
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
525
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
526
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
527
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
528
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
529
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
530
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
531
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
532
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
533
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
534
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
535
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
536
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
537
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
538
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
539
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
540
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
541
- ],
542
- [
543
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
544
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// P Q R S T U V W'
545
- ],
546
- [
547
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
548
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
549
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
550
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
551
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
552
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
553
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
554
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
555
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
556
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
557
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
558
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
559
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
560
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
561
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
562
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
563
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
564
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
565
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
566
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
567
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
568
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
569
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
570
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
571
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
572
- ],
573
- [
574
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
575
- { "startIndex": 47, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// X Y Z [ ] ^ _'
576
- ],
577
- [
578
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
579
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
580
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
581
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
582
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
583
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
584
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
585
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
586
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
587
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
588
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
589
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
590
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
591
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
592
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
593
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
594
- { "startIndex": 74, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
595
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
596
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
597
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
598
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
599
- ],
600
- [
601
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
602
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// ` a b c d e f g'
603
- ],
604
- [
605
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
606
- { "startIndex": 50, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
607
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
608
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
609
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
610
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
611
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
612
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
613
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
614
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
615
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
616
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
617
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
618
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
619
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
620
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
621
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
622
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
623
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
624
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
625
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
626
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
627
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
628
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
629
- ],
630
- [
631
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
632
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// h i j k l m n o'
633
- ],
634
- [
635
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
636
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
637
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
638
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
639
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
640
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
641
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
642
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
643
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
644
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
645
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
646
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
647
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
648
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
649
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
650
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
651
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
652
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
653
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
654
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
655
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
656
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
657
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
658
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
659
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
660
- ],
661
- [
662
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
663
- { "startIndex": 47, "endIndex": 79, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// p q r s t u v w'
664
- ],
665
- [
666
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
667
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
668
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
669
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
670
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
671
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
672
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
673
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
674
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
675
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
676
- { "startIndex": 62, "endIndex": 64, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
677
- { "startIndex": 64, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
678
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
679
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
680
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
681
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
682
- { "startIndex": 70, "endIndex": 72, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
683
- { "startIndex": 72, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
684
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
685
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
686
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
687
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
688
- { "startIndex": 78, "endIndex": 80, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
689
- { "startIndex": 80, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
690
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] } // ','
691
- ],
692
- [
693
- { "startIndex": 0, "endIndex": 47, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
694
- { "startIndex": 47, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "comment.line.double-slash.abl"] } // '// x y z { | } ~ DEL'
695
- ],
696
- [
697
- { "startIndex": 0, "endIndex": 50, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
698
- { "startIndex": 50, "endIndex": 52, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
699
- { "startIndex": 52, "endIndex": 53, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
700
- { "startIndex": 53, "endIndex": 54, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
701
- { "startIndex": 54, "endIndex": 56, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
702
- { "startIndex": 56, "endIndex": 57, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
703
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
704
- { "startIndex": 58, "endIndex": 60, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
705
- { "startIndex": 60, "endIndex": 61, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
706
- { "startIndex": 61, "endIndex": 62, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
707
- { "startIndex": 62, "endIndex": 65, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
708
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
709
- { "startIndex": 66, "endIndex": 69, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
710
- { "startIndex": 69, "endIndex": 70, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
711
- { "startIndex": 70, "endIndex": 73, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
712
- { "startIndex": 73, "endIndex": 74, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
713
- { "startIndex": 74, "endIndex": 76, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'no'
714
- { "startIndex": 76, "endIndex": 77, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
715
- { "startIndex": 77, "endIndex": 78, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.separator.comma.abl"] }, // ','
716
- { "startIndex": 78, "endIndex": 81, "scopes": ["source.abl", "meta.array.literal.abl", "constant.language.abl"] }, // 'yes'
717
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.array.literal.abl"] }, // ' '
718
- { "startIndex": 82, "endIndex": 83, "scopes": ["source.abl", "meta.array.literal.abl", "punctuation.definition.bracket.square.end.abl"] }, // ']'
719
- { "startIndex": 83, "endIndex": 84, "scopes": ["source.abl", "punctuation.terminator.abl"] } // '.'
720
- ]
721
- ];
722
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
723
- })
724
-
725
-
726
- describe('', () => {
727
- let statement = `method public character extent 12 BuildQueryStrings(input pFilter as IGetDataRequest).`;
728
- let expectedTokens = [
729
- { "startIndex": 0, "endIndex": 6, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'method'
730
- { "startIndex": 6, "endIndex": 7, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
731
- { "startIndex": 7, "endIndex": 13, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'public'
732
- { "startIndex": 13, "endIndex": 14, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
733
- { "startIndex": 14, "endIndex": 23, "scopes": ["source.abl", "meta.define.method.abl", "storage.type.abl"] }, // 'character'
734
- { "startIndex": 23, "endIndex": 24, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
735
- { "startIndex": 24, "endIndex": 30, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'extent'
736
- { "startIndex": 30, "endIndex": 31, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
737
- { "startIndex": 31, "endIndex": 33, "scopes": ["source.abl", "meta.define.method.abl", "constant.numeric.source.abl"] }, // '12'
738
- { "startIndex": 33, "endIndex": 34, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
739
- { "startIndex": 34, "endIndex": 51, "scopes": ["source.abl", "meta.define.method.abl", "entity.name.function.abl"] }, // 'BuildQueryStrings'
740
- { "startIndex": 51, "endIndex": 52, "scopes": ["source.abl", "meta.define.method.abl", "meta.brace.round.js"] }, // '('
741
- { "startIndex": 52, "endIndex": 57, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'input'
742
- { "startIndex": 57, "endIndex": 58, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
743
- { "startIndex": 58, "endIndex": 65, "scopes": ["source.abl", "meta.define.method.abl", "variable.parameter.abl"] }, // 'pFilter'
744
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
745
- { "startIndex": 66, "endIndex": 68, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'as'
746
- { "startIndex": 68, "endIndex": 69, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
747
- { "startIndex": 69, "endIndex": 84, "scopes": ["source.abl", "meta.define.method.abl", "entity.name.type.abl"] }, // 'IGetDataRequest'
748
- { "startIndex": 84, "endIndex": 85, "scopes": ["source.abl", "meta.define.method.abl", "meta.brace.round.js"] }, // ')'
749
- { "startIndex": 85, "endIndex": 86, "scopes": ["source.abl", "punctuation.terminator.abl"] } // '.'
750
- ];
751
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
752
- })
753
-
754
- describe('', () => {
755
- let statement = `method public character extent BuildQueryStrings(input pFilter as IGetDataRequest).`;
756
- let expectedTokens = [
757
- { "startIndex": 0, "endIndex": 6, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'method'
758
- { "startIndex": 6, "endIndex": 7, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
759
- { "startIndex": 7, "endIndex": 13, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'public'
760
- { "startIndex": 13, "endIndex": 14, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
761
- { "startIndex": 14, "endIndex": 23, "scopes": ["source.abl", "meta.define.method.abl", "storage.type.abl"] }, // 'character'
762
- { "startIndex": 23, "endIndex": 24, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
763
- { "startIndex": 24, "endIndex": 30, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'extent'
764
- { "startIndex": 30, "endIndex": 31, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
765
- { "startIndex": 31, "endIndex": 48, "scopes": ["source.abl", "meta.define.method.abl", "entity.name.function.abl"] }, // 'BuildQueryStrings'
766
- { "startIndex": 48, "endIndex": 49, "scopes": ["source.abl", "meta.define.method.abl", "meta.brace.round.js"] }, // '('
767
- { "startIndex": 49, "endIndex": 54, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'input'
768
- { "startIndex": 54, "endIndex": 55, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
769
- { "startIndex": 55, "endIndex": 62, "scopes": ["source.abl", "meta.define.method.abl", "variable.parameter.abl"] }, // 'pFilter'
770
- { "startIndex": 62, "endIndex": 63, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
771
- { "startIndex": 63, "endIndex": 65, "scopes": ["source.abl", "meta.define.method.abl", "keyword.other.abl"] }, // 'as'
772
- { "startIndex": 65, "endIndex": 66, "scopes": ["source.abl", "meta.define.method.abl"] }, // ' '
773
- { "startIndex": 66, "endIndex": 81, "scopes": ["source.abl", "meta.define.method.abl", "entity.name.type.abl"] }, // 'IGetDataRequest'
774
- { "startIndex": 81, "endIndex": 82, "scopes": ["source.abl", "meta.define.method.abl", "meta.brace.round.js"] }, // ')'
775
- { "startIndex": 82, "endIndex": 83, "scopes": ["source.abl", "punctuation.terminator.abl"] } // '.'
776
- ];
777
- shared.itShouldMatchExpectedScopes(statement, expectedTokens);
778
- })