Small project maintenance updates (no code changes)

This commit is contained in:
Alex Vear
2020-07-18 20:42:46 +01:00
parent 605b0d0248
commit bb7fce3045
3 changed files with 16 additions and 13 deletions

19
TODO
View File

@@ -1,12 +1,15 @@
MAYBE:
- Syntax highlight checkboxes and checkbox cookies
- Separate syntax group for heading delimiters
- Syntax highlight and indent properties
- Hightlight concealed TeX the same as normal text
- Close inline block using same number of starting delimiters.
- Try to get text attributes to stack (e.g. underlined text in bold text)
- TeX math fragments in bold, italic, etc. text
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
- Highlight groups:
- Syntax highlight checkboxes and checkbox cookies
- Separate syntax group for heading delimiters
- Syntax highlight and indent "properties"
- Inline blocks
- Close inline block using same number of starting delimiters.
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
- TeX:
- Hightlight concealed TeX the same as normal text
- Try to get text attributes to stack (e.g. underlined text in bold text)
- TeX math fragments in bold, italic, etc. text
UNLIKELY:
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')