inweb-bootstrap/Dialects/PainterOutput.ildf

20 lines
320 B
Text
Raw Normal View History

Name: "PainterOutput"
colouring {
number 1 of 2 => !plain
number 2 of 2 => {
characters {
"!" => !comment
"c" => !character
"d" => !definition
"e" => !element
"f" => !function
"i" => !identifier
"n" => !constant
"p" => !plain
"r" => !reserved
"s" => !string
"x" => !extract
}
}
}