prettify.lang
Class LangLlvm

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

public class LangLlvm
extends Lang

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

Registers a language handler for LLVM. From https://gist.github.com/ndabas/2850418 To use, include prettify.js and this file in your HTML page. Then put your code in an HTML tag like

(my LLVM code)
The regular expressions were adapted from: https://github.com/hansstimer/llvm.tmbundle/blob/76fedd8f50fd6108b1780c51d79fbe3223de5f34/Syntaxes/LLVM.tmLanguage http://llvm.org/docs/LangRef.html#constants describes the language grammar.

Author:
Nikhil Dabas

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

LangLlvm

public LangLlvm()
Method Detail

getFileExtensions

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