Small project maintenance updates (no code changes)
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -46,7 +46,7 @@ Different Vim colour schemes will result in different appearances.
|
||||
|
||||
** Licence
|
||||
|
||||
Copyright (c) 2018–2020, Alex Vear.
|
||||
Copyright © 2018–2020, Alex Vear.
|
||||
|
||||
Org.vim is distributed under the same terms as Vim itself.
|
||||
|
||||
|
||||
9
TODO
9
TODO
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user