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

8
.gitattributes vendored
View File

@@ -1,5 +1,5 @@
# See: https://axvr.io/projects/ascribe/ # 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 *.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 *.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 ** Licence
Copyright (c) 20182020, Alex Vear. Copyright © 20182020, Alex Vear.
Org.vim is distributed under the same terms as Vim itself. Org.vim is distributed under the same terms as Vim itself.

19
TODO
View File

@@ -1,12 +1,15 @@
MAYBE: MAYBE:
- Syntax highlight checkboxes and checkbox cookies - Highlight groups:
- Separate syntax group for heading delimiters - Syntax highlight checkboxes and checkbox cookies
- Syntax highlight and indent properties - Separate syntax group for heading delimiters
- Hightlight concealed TeX the same as normal text - Syntax highlight and indent "properties"
- Close inline block using same number of starting delimiters. - Inline blocks
- Try to get text attributes to stack (e.g. underlined text in bold text) - Close inline block using same number of starting delimiters.
- 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)
- 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: UNLIKELY:
- Implement Emacs's abbreviations (e.g. '\<s<TAB>') - Implement Emacs's abbreviations (e.g. '\<s<TAB>')