inweb-bootstrap/Languages/BoxArt.ildf

19 lines
331 B
Text
Raw Normal View History

2020-04-07 10:43:07 +00:00
Name: "BoxArt"
Details: "For styling ASCII-art diagrams with boxes and lines"
Extension: ".txt"
colouring {
characters {
"-" => !plain
"|" => !plain
"+" => !plain
"/" => !plain
"\\" => !plain
}
runs of !identifier {
=> !element
suffix "-module" => !reserved on both
matching /[A-Z][A-Z0-9_]+/ => !function
}
}