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

4
.gitattributes vendored
View File

@@ -1,5 +1,5 @@
# See: https://axvr.io/projects/ascribe/
* text=auto eol=lf final-newline
* text=auto eol=lf final-newline trim-trailing-whitespace
*.vim line-length=78 expand-tab tab-stop=4
doc/* line-length=78 expand-tab tab-stop=4
doc/*.txt line-length=78 expand-tab tab-stop=4
*.org line-length=80 expand-tab tab-stop=4

View File

@@ -46,7 +46,7 @@ Different Vim colour schemes will result in different appearances.
** Licence
Copyright (c) 20182020, Alex Vear.
Copyright © 20182020, Alex Vear.
Org.vim is distributed under the same terms as Vim itself.

9
TODO
View File

@@ -1,12 +1,15 @@
MAYBE:
- Highlight groups:
- 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
- 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
- Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible)
UNLIKELY:
- Implement Emacs's abbreviations (e.g. '\<s<TAB>')