Syntax highlight and correctly format/manipulate lists

Adds support for syntax highlighting and formatting both ordered and
unordered lists (excluding unordered lists delimited with `*`, as they
conflict with headings and are generally not recommended).

e.g.

    1. Foo
    2. Bar
       1) Biz
       2) Baz

    - Foo
      - Bar
    + Biz
      + Baz
This commit is contained in:
Alex Vear
2020-02-15 02:12:12 +00:00
parent b24dfe0762
commit d671e862e4
3 changed files with 11 additions and 1 deletions

2
TODO
View File

@@ -1,6 +1,6 @@
MAYBE:
- Better link syntax highlighting (more similar to links in vim-markdown)
- Syntax highlight bullets and checkboxes
- Syntax highlight checkboxes and checkbox cookies
- Different syntax group for heading delimiters
UNLIKELY: