Welcome to mirror list, hosted at ThFree Co, Russian Federation.

todo.nanorc - github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4eb8e778773a83d638f205f3124f82507031e2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax "ascii-art-todo" "todo\.txt$"

## [√] Done
color green "\[√\]"

## [~] In-progress
color yellow "\[~.*"

## [x] Failed or canceled
color red "\[x\]"

## [B] Blocked
color cyan "\[B.*"