todotxt / language-todotxt

Syntax highlighting and utilities for todo.txt files for atom.io
BSD 2-Clause "Simplified" License
30 stars 16 forks source link

Colorize key:date value as a date #53

Open silentmatt opened 6 years ago

silentmatt commented 6 years ago

I implemented #49 and also noticed there's an existing rule specifically for due dates (due:yyyy-mm-dd), but it was below the general key:value rule, so it wasn't matching. I moved it up so it gets matched as a due date. I can split that into its own PR, or remove it completely if it shouldn't be there, but I left it in for now since it's closely related.

Fixes #49

silentmatt commented 6 years ago

Wow, I didn't realize I had all those commits. I guess I should have rebased...