File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ original file
2
+ -----------------------------------
3
+ fun printPassCapable(item) =
4
+ using(msg = aa)
5
+ item
6
+ -----------------------------------
7
+
8
+ Grammar: DataWeave.tmLanguage
9
+ -----------------------------------
10
+ >fun printPassCapable(item) =
11
+ ^^^
12
+ meta.directive.fun.dw storage.type.dw
13
+ ^
14
+ meta.directive.fun.dw
15
+ ^^^^^^^^^^^^^^^^
16
+ meta.directive.fun.dw entity.name.function.dw
17
+ ^
18
+ meta.directive.fun.dw
19
+ ^^^^
20
+ meta.directive.fun.dw variable.parameter.dw
21
+ ^
22
+ meta.directive.fun.dw
23
+ ^
24
+ meta.directive.fun.dw
25
+ ^
26
+ meta.directive.fun.dw keyword.operator.assignment.dw
27
+ > using(msg = aa)
28
+ ^^^^^
29
+ using-statement.expr.dw keyword.control.using.dw
30
+ ^
31
+ using-statement.expr.dw
32
+ ^^^
33
+ using-statement.expr.dw entity.name.variable.dw
34
+ ^^
35
+ using-statement.expr.dw keyword.operator.dw
36
+ ^
37
+ using-statement.expr.dw
38
+ ^^
39
+ using-statement.expr.dw variable.other.dw
40
+ ^
41
+ using-statement.expr.dw
42
+ > item
43
+ ^^^^
44
+ variable.other.dw
Original file line number Diff line number Diff line change
1
+ fun printPassCapable (item ) =
2
+ using (msg = aa )
3
+ item
You can’t perform that action at this time.
0 commit comments