add IDEA todo keyword
This commit is contained in:
parent
86b1669242
commit
7698683a7b
|
@ -338,7 +338,7 @@ return {
|
||||||
SECURITY = { icon = ' ', color = 'security' },
|
SECURITY = { icon = ' ', color = 'security' },
|
||||||
WARN = { icon = ' ', color = 'warning', alt = { 'WARNING', 'XXX' } },
|
WARN = { icon = ' ', color = 'warning', alt = { 'WARNING', 'XXX' } },
|
||||||
PERF = { icon = ' ', color = 'perf', alt = { 'OPTIM', 'PERFORMANCE', 'OPTIMIZE' } },
|
PERF = { icon = ' ', color = 'perf', alt = { 'OPTIM', 'PERFORMANCE', 'OPTIMIZE' } },
|
||||||
NOTE = { icon = ' ', color = 'hint', alt = { 'INFO' } },
|
NOTE = { icon = ' ', color = 'hint', alt = { 'INFO', 'IDEA' } },
|
||||||
TEST = { icon = '⏲ ', color = 'test', alt = { 'TESTING', 'PASSED', 'FAILED' } },
|
TEST = { icon = '⏲ ', color = 'test', alt = { 'TESTING', 'PASSED', 'FAILED' } },
|
||||||
},
|
},
|
||||||
colors = {
|
colors = {
|
||||||
|
|
Loading…
Reference in New Issue