fix @rust functions
This commit is contained in:
parent
e86c3b7033
commit
adb5507a50
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = grammar({
|
||||||
$.block,
|
$.block,
|
||||||
),
|
),
|
||||||
block: $ => seq(
|
block: $ => seq(
|
||||||
'{', optional($._spacing, repeat(seq(/[^ \n\r\t|]+/, $._spacing)), '|'),
|
optional('!'), '{', optional($._spacing, repeat(seq(/[^ \n\r\t|]+/, $._spacing)), '|'),
|
||||||
repeat($._statement),
|
repeat($._statement),
|
||||||
'}',
|
'}',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue