David Beniamine
c26351fdb6
ADD: Two level sort function
...
This commit add the first interesting difference from freitass original
version. It provides a two level sort function which allow the user to sort
the todo by project (or context) then by priority.
TODO: Maybe think about three level sort (project, context, priority) in any
order.
2014-10-09 16:12:27 +02:00
Dean Householder
6ce6821890
Added a space before rules to match projects and contexts in order to avoid false-positive matches such as email addresses and keystroke combinations (such as CTRL+f) in your todo tasks.
2014-03-03 09:58:14 -07:00
Seiichi SATO
e819caa41b
Changed the regexp rules of TodoProject and TodoContext to allow non-alphanumeric characters
2013-09-10 09:07:37 +09:00
Seiichi SATO
9213afa196
Changed the regexp rule for TodoDate to make to be compatible with todo.sh
2013-09-03 13:32:49 +09:00
Leandro Freitas
03dd58c010
Matching \<word\> for context and project, new version
2011-06-02 15:45:34 -03:00
Leandro Freitas
ed4302bb4f
Matching \<word\> for context and project
2011-06-02 15:21:51 -03:00
Leandro Freitas
6b467019c8
Fix highlight for no priority
2011-06-01 00:03:58 -03:00
Leandro Freitas
53fc71d3ca
Date, project and context highlight
2011-05-31 15:55:51 -03:00
Leandro Freitas
8aee44586c
Changed filetype name
2011-05-31 14:14:45 -03:00
Leandro Freitas
9d6d9a1f64
Changed filetype name
2011-05-31 14:13:31 -03:00
Leandro Freitas
0c110aeda0
Implemented syntax highlighting with preferred groups
2011-05-31 13:11:58 -03:00
Leandro Freitas
7e019c07fb
Matching some syntax groups
2011-05-31 09:45:16 -03:00