We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b327e6 commit 2edc6d8Copy full SHA for 2edc6d8
glv/icon.py
@@ -20,14 +20,16 @@
20
21
ASCII = [
22
(r'^Revert:?\s*', 'R '),
23
- (r'^fixup!\s+', 'f '),
24
- (r'^(hot|bug)?fix(ing|ed)?(\(.+\))?[\/:\s]+', 'B '), # B for bug
+ (r'^fixup!\s+', 'F '),
+ (r'^(hot|bug)?fix(ing|ed)?(\(.+\))?[\/:\s]+', 'f '), # B for bug
25
(r'^add(ed)?(:|\s)', '+ '),
26
(r'^feat:?\s*', '+ '),
27
(r'^build:?\s*', 'b '),
28
(r'^doc(s|umentation)?:?\s*', 'D '),
29
(r'^style:?\s*', 's '),
30
(r'^test(\(.+\))?:?\s*', 'T '),
31
+ (r'^improvement:?\s*', '* '),
32
+ (r'^refactor:?\s*', '8 '),
33
]
34
35
NERDFONT = [
0 commit comments