public class LangLlvm extends Lang
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.
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns| Constructor and Description |
|---|
LangLlvm() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getFileExtensions() |
getExtendedLangs, getFallthroughStylePatterns, getShortcutStylePatterns, setExtendedLangs, setFallthroughStylePatterns, setShortcutStylePatternsCopyright © 2015. All rights reserved.