cfdocs icon indicating copy to clipboard operation
cfdocs copied to clipboard

Example code syntax highlighting bug

Open KamasamaK opened this issue 7 years ago • 2 comments

In the https://cfdocs.org/application-cfc page under the "Relative mappings - Advanced Example" example, the prettyprint code has incorrect syntax highlighting. This appears to be due to it erroneously thinking that quotes are escaped with \.

KamasamaK avatar Sep 14 '18 23:09 KamasamaK

code-prettify doesn't support ColdFusion. Maybe we should use another highlighter…

shaedrich avatar Sep 17 '18 10:09 shaedrich

SyntaxHighlighter supports Coldfusion. https://github.com/syntaxhighlighter/brush-coldfusion

michaelborn avatar Oct 05 '18 01:10 michaelborn