prettify.lang
Class LangErlang

java.lang.Object
  extended by prettify.lang.Lang
      extended by prettify.lang.LangErlang

public class LangErlang
extends Lang

This is similar to the lang-erlang.js in JavaScript Prettify.

All comments are adapted from the JavaScript Prettify.

Derived from https://raw.github.com/erlang/otp/dev/lib/compiler/src/core_parse.yrl Modified from Mike Samuel's Haskell plugin for google-code-prettify

Author:
achew22@gmail.com

Field Summary
 
Fields inherited from class prettify.lang.Lang
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns
 
Constructor Summary
LangErlang()
           
 
Method Summary
static java.util.List<java.lang.String> getFileExtensions()
           
 
Methods inherited from class prettify.lang.Lang
getExtendedLangs, getFallthroughStylePatterns, getShortcutStylePatterns, setExtendedLangs, setFallthroughStylePatterns, setShortcutStylePatterns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LangErlang

public LangErlang()
Method Detail

getFileExtensions

public static java.util.List<java.lang.String> getFileExtensions()