1
0

TODO Update

This commit is contained in:
FoxSpellCaster
2025-01-11 14:11:28 -05:00
parent 102aa37e97
commit 8bf00126cd
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ignore_paths=Array[String]([])
[patterns]
patterns=[["\\bTODO\\b", Color(0.588235, 0.945098, 0.678431, 1), 0], ["\\bHACK\\b", Color(0.835294, 0.737255, 0.439216, 1), 0], ["\\bFIXME\\b", Color(0.835294, 0.439216, 0.439216, 1), 0]]
patterns=[["\\bTODO\\b", Color(0.588235, 0.945098, 0.678431, 1), 0], ["\\bHACK\\b", Color(0.835294, 0.737255, 0.439216, 1), 0], ["\\bBUG\\b", Color(0.835294, 0.439216, 0.439216, 1), 0], ["\\bTEMP\\b", Color(0.980469, 1, 0.375, 1), 0], ["\\bOPT\\b", Color(1, 1, 1, 1), 0], ["\\bNEXT\\b", Color(0.410889, 0.40625, 1, 1), 0]]
[config]