Add parser support for the math helper.

This commit is contained in:
Tom Alexander
2020-06-13 12:03:55 -04:00
parent c5db1cea8f
commit 6877e3d393
3 changed files with 8 additions and 1 deletions

View File

@@ -644,6 +644,7 @@ impl<'a> DustRenderer<'a> {
}
_ => return Ok("".to_owned()),
},
DustTag::DTHelperMath(parameterized_block) => {}
}
Ok("".to_owned())