Sha256: ea4f3a5d91f1c46e52cc39946dfa7713d12ed6aafd76d634979b02eed24fcbe5

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

# All languages known to Roxie.
#
# Languages should be looked up by their respective
# Pygments::Lexer name.
#
# Please keep alphabetized.

ActionScript 3:
  single: "//"

AppleScript:
  single: "--"

Bash:
  single: "#"

Batchfile:
  single: "@?rem"

C#:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

C++:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Clojure:
  single: ";"

CMake:
  single: "#"

CoffeeScript:
  single: "#"
  multi:
    start: "###"
    end: "###"

Common Lisp:
  single: ";"

D:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Delphi:
  single: "//"

Erlang:
  single: "%"

Go:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Haskell:
  single: "--"

HTML:
  multi:
    start: "<!--"
    end: "-->"

INI:
  single: ";"

Java:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

JavaScript:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Lua:
  single: "--"

Nemerle:
  single: "//"

Objective-C:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Objective-C++:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Perl:
  single: "#"

PHP:
  single: "//"

Python:
  single: "#"

REBOL:
  single: ";"

Ruby:
  single: "#"
  multi:
    start: "=begin"
    end: "=end"

Rust:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

Sass:
  single: "//"

Scala:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

SCSS:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

SQL:
  single: "--"

TeX:
  single: "%"

Vala:
  single: "//"
  multi:
    start: "/**"
    middle: "*"
    end: "*/"

XML:
  multi:
    start: "<!--"
    end: "-->"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roxie-0.0.2 lib/roxie/languages.yml