We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All text should be same color in help documents, but if a code:: is found it should use .sc .scd syntax highlighting
code::
.sc
.scd
code:: Ndef(\schelp).set(\freqShift, ~spin.linexp(0.0,1.0,20,2e3)) ::
In addition it could have its own syntax highlighting that would match
TITLE:: Some Title summary:: categories:: related:: DESCRIPTION:: CLASSMETHODS:: ARGUMENT:: INSTANCEMETHODS:: private:: METHOD:: EXAMPLES::
etc.
regarding an ideal world: #4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All text should be same color in help documents, but if a
code::
is found it should use.sc
.scd
syntax highlightingIn addition it could have its own syntax highlighting that would match
etc.
regarding an ideal world: #4
The text was updated successfully, but these errors were encountered: