inweb-bootstrap/Languages/Inter Pipeline.ildf

17 lines
294 B
Text

Name: "Inter Pipeline"
Details: "For pipelines of Inform code-generation stages"
Extension: ".interpipeline"
Line Comment: "!"
colouring {
instances of "->" {
=> !reserved
}
instances of "<-" {
=> !reserved
}
runs of !identifier {
=> !plain
prefix "*" => !identifier on both
}
}