inweb-bootstrap/Languages/Delia.ildf

23 lines
341 B
Text
Raw Normal View History

2020-04-07 22:04:32 +00:00
Name: "Delia"
Details: "For defining test recipes in Intest"
Extension: ".intest"
colouring {
=> !plain
brackets in /(.*?):.*/ {
=> !reserved
}
brackets in /(-\S+).*/ {
=> !identifier
}
matches of /\$[A-Z]+[A-Z0-9]*/ {
=> !function
}
matches of /\s*else\s*/ {
=> !reserved
}
matches of /\s*endif\s*/ {
=> !reserved
}
}