Skip to content

Commit

Permalink
Add a basic highlighting test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 4, 2024
1 parent 8039370 commit 4a58ae4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/highlight/recipes.just
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/use/bin/env just
# <- comment
# ^^^^^^^^^^^^^^^^^ comment


foo:
# <- function
# ^ operator

@bar:
# <- operator
# ^ function
# ^ operator

baz: foo bar
# <- function
# ^ operator
# ^ function
# ^ function

0 comments on commit 4a58ae4

Please sign in to comment.