prettify.lang
Class LangMumps

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

public class LangMumps
extends Lang

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

All comments are adapted from the JavaScript Prettify.

To use, include prettify.js and this file in your HTML page. Then put your code in an HTML tag like

(my SQL code)

Commands, intrinsic functions and variables taken from ISO/IEC 11756:1999(E)

Author:
chris.harris@kitware.com

Known issues:

- Currently can't distinguish between keywords and local or global variables having the same name for exampe SET IF="IF?" - m file are already used for MatLab hence using mumps.


Field Summary
 
Fields inherited from class prettify.lang.Lang
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns
 
Constructor Summary
LangMumps()
           
 
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

LangMumps

public LangMumps()
Method Detail

getFileExtensions

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