repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add an example: yaml highlight script.
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-03.canonical
blob
1443395b53d371760159d62b89481db5d63bbb1d
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "block"
5
: !!seq [
6
!!str "one",
7
!!map {
8
? !!str "two"
9
: !!str "three"
10
}
11
]
12
}