Skip to content

Commit 7f03cce

Browse files
authored
Add < to ITSThemeCollection.ts
1 parent 8227215 commit 7f03cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/Themes/ITSThemeCollection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export function itsSupportedStatuses() {
1212
['X', 'Checked', ' ', 'DONE'],
1313
['-', 'Dropped', ' ', 'CANCELLED'],
1414
['>', 'Forward', 'x', 'TODO'],
15+
['<', 'Migrated', 'x', 'TODO'],
1516
['D', 'Date', 'x', 'TODO'],
1617
['?', 'Question', 'x', 'TODO'],
1718
['/', 'Half Done', 'x', 'IN_PROGRESS'],

0 commit comments

Comments
 (0)