Skip to content

Commit da1650c

Browse files
committed
[[ sublime ]] todo priority reordering
1 parent 34a4a9d commit da1650c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patchfox.sublime-project

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"BOUNTY": "BOUNTY[\\s]*?:[\\s]*(?P<bounty>.*)$"
2929
},
3030
"patterns_weight": {
31-
"FIXME": 6,
32-
"BUG": 5,
33-
"TODO": 4,
34-
"HACK": 3,
35-
"BOUNTY": 2
31+
"FIXME": 1,
32+
"BUG": 2,
33+
"TODO": 3,
34+
"HACK": 4,
35+
"BOUNTY": 5
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)