Sha256: b9e90f1d133610d3b952a39b341d65120a9913ab29754708867f03651c7c2c01

Contents?: true

Size: 327 Bytes

Versions: 42

Compression:

Stored size: 327 Bytes

Contents

/* This file /* which is totally legal scala */ will not be highlighted
   correcty by pygments */

object ⌘ {
  val `interface` = """
A
"Multiline"
String
"""

  val foo_+ = "foo plus"
  val foo_⌬⌬ = "double benzene"

  def main(argv: Array[String]) {
    println(⌘.interface + " " + foo_+ + " " + foo_⌬⌬ )
  }
}

Version data entries

42 entries across 42 versions & 5 rubygems

Version Path
pygments.rb-0.1.3 vendor/Pygments-1.4/tests/examplefiles/Errors.scala
pygments.rb-0.1.2 vendor/Pygments-1.4/tests/examplefiles/Errors.scala