sytaxhighlighter
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sytaxhighlighter [2017/02/05 14:45] – walkeradmin | sytaxhighlighter [2017/02/05 14:49] (current) – walkeradmin | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| </ | </ | ||
| </ | </ | ||
| + | \\ | ||
| + | This is a great tool because it can take code that looks like the following (this is Python) | ||
| + | \\ | ||
| + | < | ||
| + | if len(sys.argv)> | ||
| + | WaitTime = int(sys.argv[1])/ | ||
| + | else: | ||
| + | WaitTime = 10/ | ||
| + | </ | ||
| + | \\ | ||
| + | So yes it is readable, and stands out, but the formatting is much nicer if it looks similar to how it would in an actual Python development environment, | ||
| + | \\ | ||
| + | <sxh [py][; options for SyntaxHighlighter]> | ||
| + | if len(sys.argv)> | ||
| + | WaitTime = int(sys.argv[1])/ | ||
| + | else: | ||
| + | WaitTime = 10/ | ||
| + | </ | ||
| + | \\ | ||
| + | \\ | ||
| - | + | ---- | |
| - | + | ==== Available Brush Types ==== | |
| + | \\ | ||
| < | < | ||
| Brush name Brush aliases | Brush name Brush aliases | ||
sytaxhighlighter.1486305921.txt.gz · Last modified: (external edit)
