From bb7fce304533592144b598f913c700fab552d058 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Sat, 18 Jul 2020 20:42:46 +0100 Subject: [PATCH] Small project maintenance updates (no code changes) --- .gitattributes | 8 ++++---- README.org | 2 +- TODO | 19 +++++++++++-------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index 77a6142..13da87b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # See: https://axvr.io/projects/ascribe/ -* text=auto eol=lf final-newline -*.vim line-length=78 expand-tab tab-stop=4 -doc/* line-length=78 expand-tab tab-stop=4 -*.org line-length=80 expand-tab tab-stop=4 +* text=auto eol=lf final-newline trim-trailing-whitespace +*.vim 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 diff --git a/README.org b/README.org index bf735c9..62df37c 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/TODO b/TODO index 2d6ad37..29174de 100644 --- a/TODO +++ b/TODO @@ -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. '\')