lang: make attrset delims braces
This commit is contained in:
parent
8d7401531e
commit
198c74c7ae
2 changed files with 22 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
|||
def main = meow
|
||||
| uwu
|
||||
[ foo: @bar
|
||||
, hello: world @| test [ more: params ] | yay
|
||||
]
|
||||
{ foo: @bar
|
||||
, hello: world @| test { more: params } | yay
|
||||
}
|
||||
!| awa
|
||||
@| nya
|
||||
| rawr;
|
||||
|
||||
def test = meow
|
||||
[ hello: $foo
|
||||
{ hello: $foo
|
||||
, world: @bar
|
||||
];
|
||||
};
|
||||
|
||||
def blah = [
|
||||
def blah = {
|
||||
pipe1: meow | uwu,
|
||||
pipe2: lorem | ipsum
|
||||
] | flkjdsafkjl;
|
||||
} | flkjdsafkjl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue