prettify.lang
Class LangN

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

public class LangN
extends Lang

This is similar to the lang-n.js in JavaScript Prettify. All comments are adapted from the JavaScript Prettify.

Registers a language handler for the Nemerle language. http://nemerle.org

Author:
Zimin A.V.

Field Summary
protected static java.lang.String keywords
           
 
Fields inherited from class prettify.lang.Lang
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns
 
Constructor Summary
LangN()
           
 
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
 

Field Detail

keywords

protected static java.lang.String keywords
Constructor Detail

LangN

public LangN()
Method Detail

getFileExtensions

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