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

16 lines
276 B
Text

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