blob: 4d5de859ba4b7584de0f66db440f123aa046771c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# tmplt
A hierarchical filetype based on descriptions and a directed acyclic
graph.
# filetype description
`template` is an example of this filetype.
For every line,
- colon, start new topic
- hyphen and optional spaces, treat as link
- nothing (i.e. trailing spaces and a nl), skip.
- dot or other, take literally (as a desc)
Always trim ending spaces
|