remove syntax error

This commit is contained in:
Folkert 2021-03-12 02:52:36 +01:00
parent 4e4854ceaa
commit 9f146bf702
3 changed files with 1 additions and 6 deletions

View file

@ -1193,7 +1193,7 @@ fn parse_def_signature_help<'a>(
and!(
// Optionally parse additional defs.
zero_or_more!(backtrackable(allocated(space0_before_e(
loc!(specialize_ref(EExpr::Syntax, def(original_indent))),
loc!(def_help(original_indent)),
original_indent,
EExpr::Space,
EExpr::IndentStart,