File tree Expand file tree Collapse file tree 8 files changed +50
-24
lines changed Expand file tree Collapse file tree 8 files changed +50
-24
lines changed Original file line number Diff line number Diff line change @@ -1260,10 +1260,6 @@ repository:
1260
1260
match : |-
1261
1261
(?x)(?<!\.|\$)\b(Buffer|EventEmitter|Server|Pipe|Socket|REPLServer|ReadStream|WriteStream|Stream
1262
1262
|Inflate|Deflate|InflateRaw|DeflateRaw|GZip|GUnzip|Unzip|Zip)\b(?!\$)
1263
- - name : support.module.node.ts
1264
- match : |-
1265
- (?x)(?<!\.|\$)\b(assert|buffer|child_process|cluster|constants|crypto|dgram|dns|domain|events|fs|http|https|net
1266
- |os|path|punycode|querystring|readline|repl|stream|string_decoder|timers|tls|tty|url|util|vm|zlib)\b(?!\$)
1267
1263
- match : |-
1268
1264
(?x)(?<!\.|\$)\b(process)(?:(\.)(?:
1269
1265
(arch|argv|config|connected|env|execArgv|execPath|exitCode|mainModule|pid|platform|release|stderr|stdin|stdout|title|version|versions)
Original file line number Diff line number Diff line change 3588
3588
<key >match </key >
3589
3589
<string >(?x)(?< !\.|\$)\b(Buffer|EventEmitter|Server|Pipe|Socket|REPLServer|ReadStream|WriteStream|Stream
3590
3590
|Inflate|Deflate|InflateRaw|DeflateRaw|GZip|GUnzip|Unzip|Zip)\b(?!\$) </string >
3591
- </dict >
3592
- <dict >
3593
- <key >name </key >
3594
- <string >support.module.node.ts </string >
3595
- <key >match </key >
3596
- <string >(?x)(?< !\.|\$)\b(assert|buffer|child_process|cluster|constants|crypto|dgram|dns|domain|events|fs|http|https|net
3597
- |os|path|punycode|querystring|readline|repl|stream|string_decoder|timers|tls|tty|url|util|vm|zlib)\b(?!\$) </string >
3598
3591
</dict >
3599
3592
<dict >
3600
3593
<key >match </key >
Original file line number Diff line number Diff line change 3592
3592
<key >match </key >
3593
3593
<string >(?x)(?< !\.|\$)\b(Buffer|EventEmitter|Server|Pipe|Socket|REPLServer|ReadStream|WriteStream|Stream
3594
3594
|Inflate|Deflate|InflateRaw|DeflateRaw|GZip|GUnzip|Unzip|Zip)\b(?!\$) </string >
3595
- </dict >
3596
- <dict >
3597
- <key >name </key >
3598
- <string >support.module.node.tsx </string >
3599
- <key >match </key >
3600
- <string >(?x)(?< !\.|\$)\b(assert|buffer|child_process|cluster|constants|crypto|dgram|dns|domain|events|fs|http|https|net
3601
- |os|path|punycode|querystring|readline|repl|stream|string_decoder|timers|tls|tty|url|util|vm|zlib)\b(?!\$) </string >
3602
3595
</dict >
3603
3596
<dict >
3604
3597
<key >match </key >
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Grammar: TypeScript.tmLanguage
126
126
^
127
127
source.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.brace.round.ts
128
128
^^^^
129
- source.ts meta.class.ts meta.method.declaration.ts meta.block.ts support.module.node .ts
129
+ source.ts meta.class.ts meta.method.declaration.ts meta.block.ts variable.other.object .ts
130
130
^
131
131
source.ts meta.class.ts meta.method.declaration.ts meta.block.ts punctuation.accessor.ts
132
132
^^^^
@@ -334,7 +334,7 @@ Grammar: TypeScript.tmLanguage
334
334
^
335
335
source.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.brace.round.ts
336
336
^^^^
337
- source.ts meta.class.ts meta.method.declaration.ts meta.block.ts support.module.node .ts
337
+ source.ts meta.class.ts meta.method.declaration.ts meta.block.ts variable.other.object .ts
338
338
^
339
339
source.ts meta.class.ts meta.method.declaration.ts meta.block.ts punctuation.accessor.ts
340
340
^^^^
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ Grammar: TypeScript.tmLanguage
257
257
^
258
258
source.ts meta.function.ts meta.block.ts meta.var.expr.ts
259
259
^^^^^^^^
260
- source.ts meta.function.ts meta.block.ts meta.var.expr.ts support.module.node .ts
260
+ source.ts meta.function.ts meta.block.ts meta.var.expr.ts variable.other.object .ts
261
261
^
262
262
source.ts meta.function.ts meta.block.ts meta.var.expr.ts punctuation.accessor.ts
263
263
^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change
1
+ original file
2
+ -----------------------------------
3
+ assert(truthyValue, 'must be true');
4
+ path(pathArgs);
5
+ -----------------------------------
6
+
7
+ Grammar: TypeScript.tmLanguage
8
+ -----------------------------------
9
+ >assert(truthyValue, 'must be true');
10
+ ^^^^^^
11
+ source.ts entity.name.function.ts
12
+ ^
13
+ source.ts meta.brace.round.ts
14
+ ^^^^^^^^^^^
15
+ source.ts variable.other.readwrite.ts
16
+ ^
17
+ source.ts punctuation.separator.comma.ts
18
+ ^
19
+ source.ts
20
+ ^
21
+ source.ts string.quoted.single.ts punctuation.definition.string.begin.ts
22
+ ^^^^^^^^^^^^
23
+ source.ts string.quoted.single.ts
24
+ ^
25
+ source.ts string.quoted.single.ts punctuation.definition.string.end.ts
26
+ ^
27
+ source.ts meta.brace.round.ts
28
+ ^
29
+ source.ts punctuation.terminator.statement.ts
30
+ ^^
31
+ source.ts
32
+ >path(pathArgs);
33
+ ^^^^
34
+ source.ts entity.name.function.ts
35
+ ^
36
+ source.ts meta.brace.round.ts
37
+ ^^^^^^^^
38
+ source.ts variable.other.readwrite.ts
39
+ ^
40
+ source.ts meta.brace.round.ts
41
+ ^
42
+ source.ts punctuation.terminator.statement.ts
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Grammar: TypeScript.tmLanguage
228
228
^
229
229
source.ts meta.function.ts meta.block.ts meta.brace.round.ts
230
230
^^^^
231
- source.ts meta.function.ts meta.block.ts support.module.node .ts
231
+ source.ts meta.function.ts meta.block.ts variable.other.readwrite .ts
232
232
^
233
233
source.ts meta.function.ts meta.block.ts meta.brace.round.ts
234
234
^
@@ -322,7 +322,7 @@ Grammar: TypeScript.tmLanguage
322
322
^
323
323
source.ts meta.var.expr.ts meta.brace.round.ts
324
324
^^
325
- source.ts meta.var.expr.ts support.module.node .ts
325
+ source.ts meta.var.expr.ts variable.other.object .ts
326
326
^
327
327
source.ts meta.var.expr.ts punctuation.accessor.ts
328
328
^^^^^^^^
@@ -377,7 +377,7 @@ Grammar: TypeScript.tmLanguage
377
377
^
378
378
source.ts meta.var.expr.ts meta.brace.round.ts
379
379
^^
380
- source.ts meta.var.expr.ts support.module.node .ts
380
+ source.ts meta.var.expr.ts variable.other.object .ts
381
381
^
382
382
source.ts meta.var.expr.ts punctuation.accessor.ts
383
383
^^^^^^^^^
Original file line number Diff line number Diff line change
1
+ assert ( truthyValue , 'must be true' ) ;
2
+ path ( pathArgs ) ;
You can’t perform that action at this time.
0 commit comments