Skip to content

Commit 34a4a9d

Browse files
committed
[[ sublime ]] typo in settings regex
1 parent fabbf4d commit 34a4a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchfox.sublime-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"CHANGED": "CHANGED[\\s]*?:[\\s]*(?P<changed>.*)$",
2626
"BUG": "BUG[\\s]*?:[\\s]*(?P<bug>.*)$",
2727
"HACK": "HACK[\\s]*?:[\\s]*(?P<hack>.*)$",
28-
"BOUNTY": "HACK[\\s]*?:[\\s]*(?P<bounty>.*)$"
28+
"BOUNTY": "BOUNTY[\\s]*?:[\\s]*(?P<bounty>.*)$"
2929
},
3030
"patterns_weight": {
3131
"FIXME": 6,

0 commit comments

Comments
 (0)