CC-Tweaked/src/test/resources/test-rom/spec
Jonathan Coates d71bf225cc
Add very simple markdown support to the help viewer (#819)
- Allow help files to use the ".md" suffix, and move changelog/whatsnew
   to use them.

 - When files end with ".md", the "help" program attempts to highlight
   them. This involves:
   - Colour code blocks with a lightGrey background.
   - Replace lists to use bullet points instead of "-"/"*".
   - Colours headings yellow.
   The implementation of this is a bit janky because a) I wrote this and
   b) we need to run this step before text wrapping, but preserve
   colours and section positions over wrapping (thanks to Jack for
   getting this working).

 - Add section navigation to the help viewer, with left/right to move to
   the next/previous section.

Closes #569
2021-06-12 19:48:41 +01:00
..
apis Add very simple markdown support to the help viewer (#819) 2021-06-12 19:48:41 +01:00
lua That's it, I'm adding pre-commit hooks 2021-04-28 08:19:09 +01:00
modules/cc Add cc.shell.completion `programWithArgs` completion. (#815) 2021-06-07 22:02:45 +01:00
programs Fixed error handling in scale subcommand (#816) 2021-06-07 20:47:15 +01:00
base_spec.lua Simplify our overrides of load/loadstring 2021-05-04 18:30:28 +01:00
test_helpers.lua A couple of io fixes 2020-01-01 09:01:00 +00:00