Skip to content

Broken Highlighting

sebdah edited this page Feb 3, 2012 · 6 revisions

List any syntax highlighting bugs here

Language | Short description

Markdown | Not working at all
Scala | newlines should be delimiters
PHP | opening parenthesis of function uses entity.name.function color instead of punctuation.section.function
Python | Back slash for line continuation is marked as illegal. The following is correct syntax, but Chocolate say's it's illegal:
    print "Hello, %s" % \
          ("Some Name")
Clone this wiki locally