We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabbf4d commit 34a4a9dCopy full SHA for 34a4a9d
patchfox.sublime-project
@@ -25,7 +25,7 @@
25
"CHANGED": "CHANGED[\\s]*?:[\\s]*(?P<changed>.*)$",
26
"BUG": "BUG[\\s]*?:[\\s]*(?P<bug>.*)$",
27
"HACK": "HACK[\\s]*?:[\\s]*(?P<hack>.*)$",
28
- "BOUNTY": "HACK[\\s]*?:[\\s]*(?P<bounty>.*)$"
+ "BOUNTY": "BOUNTY[\\s]*?:[\\s]*(?P<bounty>.*)$"
29
},
30
"patterns_weight": {
31
"FIXME": 6,
0 commit comments