Skip to content

Commit

Permalink
Make make update-html generate syntax highlighting (Raku#3589)
Browse files Browse the repository at this point in the history
This passes the `--highlight` flag to Documentable via the
`update-html` target, which is consistent with how the `html` target
invokes Documentable.
  • Loading branch information
codesections authored Aug 26, 2020
1 parent dd20c71 commit 87ede8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ html: for-documentable
documentable start -a -v --highlight

update-html:
documentable update
documentable update --highlight

init-highlights highlights/package-lock.json:
ATOMDIR="./highlights/atom-language-perl6"; \
Expand Down

0 comments on commit 87ede8c

Please sign in to comment.