Syntax coloring for programming languages was originally introduced as a visual aid to assist developers in assessing the syntactical correctness of code. Unlike the squiggly red or green underlines in Microsoft Word colors indicate validation rather than error. So while glancing at a syntax colored stretch of code the usual green hue of comments and […]
Tag: syntax coloring
PrimalPad updated to export scripts as HTML
Every now and then you need to put a script as its own documentation somewhere. Either on a blog for others to see or on some internal web site for documentation. PrimalPad has been updated to include that functionality.Simply click File – Export to HTML… and it will save your script as colored HTML. The […]