inweb-bootstrap/Languages/REPL.ildf
2020-08-09 23:44:09 +01:00

12 lines
273 B
Text

Name: "REPL"
Details: "REPL output in the form expression, colon, value"
Extension: ".repl"
colouring {
=> !plain
# Detect expression-value lines, not being fooled by a colon inside quotes
brackets in /\s*(.*?):(.*)/ {
number 1 => !element
number 2 => !string
}
}