We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2d37c commit 8165a04Copy full SHA for 8165a04
grammar.js
@@ -35,6 +35,7 @@ module.exports = grammar({
35
'call',
36
$.spread_element,
37
$.await_expression,
38
+ $.pipe_expression,
39
'binary_times',
40
'binary_pow',
41
'binary_plus',
@@ -63,7 +64,6 @@ module.exports = grammar({
63
64
65
conflicts: $ => [
66
[$.unit, $.formal_parameters],
- [$.pipe_expression, $.expression],
67
[$.primary_expression, $._pattern],
68
[$.primary_expression, $.record_pattern],
69
[$.primary_expression, $.spread_pattern],
0 commit comments