diff --git a/test/highlight/recipes.just b/test/highlight/recipes.just new file mode 100644 index 0000000..4defbd5 --- /dev/null +++ b/test/highlight/recipes.just @@ -0,0 +1,19 @@ +#!/use/bin/env just +# <- comment +# ^^^^^^^^^^^^^^^^^ comment + + +foo: +# <- function +# ^ operator + +@bar: +# <- operator +# ^ function +# ^ operator + +baz: foo bar +# <- function +# ^ operator +# ^ function +# ^ function