maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

SyntaxInformation about options #218

Closed maxitg closed 3 years ago

maxitg commented 4 years ago

Currently, SyntaxInformation is not defined for options of most functions with the exception of RulePlot, i.e., the following

In[] := WolframModelPlot[{{1, 2, 3}}, "InvalidOption" -> 4]

should color "InvalidOption" in red, which does not currently do: image

Expected behavior It should do something similar to RulePlot: image

Version:

maxitg commented 3 years ago

We need to do this for all other functions as well (e.g., SetReplace, HypergraphUnificationsPlot, etc.)