Commit Graph

19 Commits

Author SHA1 Message Date
Alex Vear
1ee078feb3 Allow bold, italic, underlined text to span across multiple lines 2019-09-22 20:58:35 +01:00
Alex Vear
569371ce1a Don't match empty bold, italic, underline and strike through delimiters 2019-09-22 20:44:25 +01:00
Alex Vear
8f83aae020 Add configuration option to conceal links and enabling cleaner folds 2019-09-22 19:25:25 +01:00
Alex Vear
c47ffd4ec6 Relicence under the Vim licence, add legal info and update file headers 2019-09-22 18:01:36 +01:00
Alex Vear
3f9b6c5977 Remove the sample Org mode files from version control 2019-09-22 16:48:26 +01:00
Alex Vear
8890503965 Add port of GNU Emacs' Outline mode
<https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html>
2019-09-22 16:36:45 +01:00
Alex Vear
5d7efcb452 Add sample Org-mode files to test changes on 2019-04-06 18:14:47 +01:00
Alex Vear
52085b419f Use same highlight groups used by the Markdown syntax highlighting file 2019-04-06 18:13:11 +01:00
Alex Vear
957f6597b9 Add inactive timestamps 2019-02-25 22:53:48 +00:00
Alex Vear
fbbf533338 Improve syntax highlighting colours and remove heading length limit 2019-02-25 22:43:49 +00:00
Alex Vear
6c1bd97a04 Allow configuring TODO state keywords 2019-02-25 21:12:17 +00:00
Alex Vear
c25e89e1e6 Update file headers 2019-02-25 21:11:33 +00:00
Alex Vear
d17d769966 Add the initial version of the Vim help doc 2019-02-24 15:04:37 +00:00
Alex Vear
481fde5dc4 Fix issues with spell check and disable italic font by default
- Fixes issues with Vim's spell checker not spell checking regular text
  in Org-mode files.
- Disables the use of italic fonts by default (an option is now
  provided to change this behaviour).
- Disabled conceal for all elements except hyperlinks.
- Concealed elements are now only unconcealed when editing the text.
- Re-organised blocks in the syntax file.
2019-02-24 14:59:22 +00:00
Alex Vear
0fc590b293 Fix issues with hyperlinks 2019-02-24 13:23:19 +00:00
Alex Vear
308e105630 Add table syntax highlighting 2019-02-24 11:57:26 +00:00
Alex Vear
b56a7448e6 Fix folding of headers 2019-02-24 01:28:41 +00:00
Alex Vear
190df69e2b Update README 2019-02-24 00:26:29 +00:00
Alex Vear
0406612877 Initial commit 2018-12-08 22:40:13 +00:00