<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-twodo/syntax, branch v0.1.1</title>
<subtitle>To-do list syntax highlighting and mappings</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/'/>
<entry>
<title>Add license headers</title>
<updated>2020-03-21T23:43:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-21T23:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=0aadc22da0518823867578bd9a79f8c481236944'/>
<id>0aadc22da0518823867578bd9a79f8c481236944</id>
<content type='text'>
Add a license header to each source file, along with the appropriate
copyright years.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a license header to each source file, along with the appropriate
copyright years.
</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight deleted TODOs</title>
<updated>2016-04-26T16:04:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-26T16:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=736269abf762924b3b2aba3279be402b41c468da'/>
<id>736269abf762924b3b2aba3279be402b41c468da</id>
<content type='text'>
Show them in Ignore so that they're not as prominent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show them in Ignore so that they're not as prominent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight completed tasks as `Ignore`</title>
<updated>2016-04-21T04:16:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-21T04:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=8623f14acf1ed504c1e899a3bb3a4dce19ef205c'/>
<id>8623f14acf1ed504c1e899a3bb3a4dce19ef205c</id>
<content type='text'>
Use the `Ignore` highlight group to colour completed tasks. This makes
them less visible and get out of the way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the `Ignore` highlight group to colour completed tasks. This makes
them less visible and get out of the way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a highlight category for unimportant tasks</title>
<updated>2016-04-20T21:59:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-20T21:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=eb6bfde9a7ae2bac354e51493aee6324577b9911'/>
<id>eb6bfde9a7ae2bac354e51493aee6324577b9911</id>
<content type='text'>
Have low priority tasks start with `_` instead of `-`. Highlight these
separately with the `Ignore` group to visually de-emphasize them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have low priority tasks start with `_` instead of `-`. Highlight these
separately with the `Ignore` group to visually de-emphasize them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight important tasks</title>
<updated>2016-04-20T21:20:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-20T21:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=a306de8c622aa030b9da609032414bc215d1c38c'/>
<id>a306de8c622aa030b9da609032414bc215d1c38c</id>
<content type='text'>
Important tasks start with a `!` instead of a `-`. Highlight them
separately from normal tasks so that they can be visually distinguished.
Here we use the Error highlight group for them because it's red (at
least in my colour scheme).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Important tasks start with a `!` instead of a `-`. Highlight them
separately from normal tasks so that they can be visually distinguished.
Here we use the Error highlight group for them because it's red (at
least in my colour scheme).
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax/todo.vim: Highlight TODOs that start with whitespace</title>
<updated>2016-04-05T15:02:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-05T15:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=7c8b7aa91cc1dec48e79a65a201b7c5228203d2d'/>
<id>7c8b7aa91cc1dec48e79a65a201b7c5228203d2d</id>
<content type='text'>
Subtasks get indented. This will highlight undone tasks even if there's
whitespace in front of them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subtasks get indented. This will highlight undone tasks even if there's
whitespace in front of them.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax/todo.vim: Remove old highlight code</title>
<updated>2016-04-05T14:59:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-05T14:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=3c15183dc93fcabccca1e324a83baf02b2e9bf8a'/>
<id>3c15183dc93fcabccca1e324a83baf02b2e9bf8a</id>
<content type='text'>
These lines were copied from my manual highlighting of TODO files
created a few days ago. They served as a guide while creating the
highlighting in the syntax file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These lines were copied from my manual highlighting of TODO files
created a few days ago. They served as a guide while creating the
highlighting in the syntax file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add syntax file</title>
<updated>2016-04-05T14:57:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-05T14:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=b0e0cef8349daf16d9b4c4ce7dd76ddf95719b03'/>
<id>b0e0cef8349daf16d9b4c4ce7dd76ddf95719b03</id>
<content type='text'>
Based on Ch. 45 of Learn Vimscript the Hard Way
(http://learnvimscriptthehardway.stevelosh.com/chapters/45.html).

Highlights undone TODOs as Vim `Statement`s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on Ch. 45 of Learn Vimscript the Hard Way
(http://learnvimscriptthehardway.stevelosh.com/chapters/45.html).

Highlights undone TODOs as Vim `Statement`s.
</pre>
</div>
</content>
</entry>
</feed>
