inweb-bootstrap/Languages/ConsoleText.ildf

20 lines
322 B
Text
Raw Normal View History

2020-04-07 22:04:32 +00:00
Name: "ConsoleText"
Details: "For styling command line text in documentation"
Extension: ".txt"
colouring {
=> !plain
2020-04-21 16:55:17 +00:00
brackets in /\s*(\$) (.*)/ {
2020-04-07 22:04:32 +00:00
number 1 => !element
number 2 => {
=> !plain
matches of / -[A-Za-z0-9-]+/ {
=> !identifier
}
matches of /\S+/ {
number 1 => !function
}
}
}
}