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