diff --git a/README.org b/README.org index 17905b4..a2e1964 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: Org mode and Outline mode syntax highlighting for Vim -Org.vim is a very minimal [[https://orgmode.org][Org mode]] and +Org.vim is a minimal [[https://orgmode.org][Org mode]] and [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html][Outline mode]] plugin for [[https://www.vim.org][Vim]] providing only syntax highlighting and folding. diff --git a/TODO b/TODO index 8fae2a2..164852e 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,13 @@ -MAYBE: - - Highlight groups: - - Syntax highlight checkboxes and checkbox cookies - - Separate syntax group for heading delimiters - - Syntax highlight and indent "properties" - - 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. - - Set a max number of lines to search for end delimiter for bold/italic/etc. to 3 (might not be possible) +* Future + - Option to disable TeX highlighting. + - Syntax highlight checkboxes and checkbox cookies + - Separate syntax group for heading delimiters + - Syntax highlight and indent "properties" -UNLIKELY: +* Maybe - Implement Emacs's abbreviations (e.g. '\') + +* Impossible? + - Try to get text attributes to stack (e.g. underlined text in bold text) + - 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) diff --git a/doc/org.txt b/doc/org.txt index fe37877..faa67fc 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -16,7 +16,7 @@ Welcome to the org.vim user manual. *org* *org.vim* *vim-org* *out ============================================================================== 1. INTRODUCTION *org-intro* -Org.vim is a very minimal Org mode [2] and Outline mode [1] plugin for Vim +Org.vim is a minimal Org mode [2] and Outline mode [1] plugin for Vim providing only syntax highlighting and folding. This plugin aims to replicate Vim's existing Markdown editing experience on