syntax.cgi 'to-do' list
Posted: Sun Feb 11, 2007 3:11 pm
From syntax.cgi:
I was thinking of trying to adapt the code to generate pretty-printing for a document. I wasn't sure whether these rare situations would be a problem.
Is there room for a more general-purpose syntax-highlighting script that would be able to be customized to produce different types of markup?
I noticed these small things that don't work currently. Is this because they're too difficult/hard, or rather that the fixes will be made when there are less pressing things?# the following situations are not handled correctly:
# - nested curly braces for strings like {abd{def}ghi}
# - multiline quoted strings, use [text] [/text] instead
# - multiline braced strings, use [text] [/text] instead
# - comments starting with # but not starting at beginning of line
# use ; as comment starter when comment appears after code
I was thinking of trying to adapt the code to generate pretty-printing for a document. I wasn't sure whether these rare situations would be a problem.
Is there room for a more general-purpose syntax-highlighting script that would be able to be customized to produce different types of markup?