diff --git a/resources/edge-detect-screenshot.png b/resources/edge-detect-screenshot.png new file mode 100644 index 00000000..44f2bf07 Binary files /dev/null and b/resources/edge-detect-screenshot.png differ diff --git a/resources/images/ford.png b/resources/images/ford.png new file mode 100644 index 00000000..f34039e9 Binary files /dev/null and b/resources/images/ford.png differ diff --git a/src/parser/parser.rs b/src/parser/parser.rs index 9a9d37f1..ed6e7311 100644 --- a/src/parser/parser.rs +++ b/src/parser/parser.rs @@ -127,7 +127,7 @@ pub fn parse_script<'a, E: ParseError<&'a str>>(input: &'a str) -> IResult<&'a s // if let Ok(v) = comment(input) { // println!("Found comment tag") // } - + return Ok((x, ScriptMeta::Comment(String::default()))); }