inweb-bootstrap/Languages/Inter Pipeline.ildf

18 lines
294 B
Text
Raw Normal View History

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