No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

todo.cfg 353B

1234567891011121314
  1. [scripts]
  2. full_path=false
  3. sort_alphabetical=true
  4. script_colour=Color( 0.8, 0.807843, 0.827451, 1 )
  5. ignore_paths=[ ]
  6. [patterns]
  7. patterns=[ [ "\\bTODO\\b", Color( 0.588235, 0.945098, 0.678431, 1 ) ], [ "\\bHACK\\b", Color( 0.835294, 0.737255, 0.439216, 1 ) ], [ "\\bFIXME\\b", Color( 0.835294, 0.439216, 0.439216, 1 ) ] ]
  8. [config]
  9. auto_refresh=true