inweb-bootstrap/Languages/Delia.ildf
2020-04-07 23:04:32 +01:00

22 lines
341 B
Text

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
}
}