Better colouring on Preform nonterminals used as function

This commit is contained in:
Graham Nelson 2020-05-07 23:07:29 +01:00
parent 20ba4fe7dd
commit 2d3eb48323

View file

@ -89,5 +89,8 @@ colouring {
optionally spaced prefix -> => !element
}
}
matches of /<\S+>/ {
=> !function
}
}
}