public class LangMatlab extends Lang
0 Registers a language handler for MATLAB. To use, include prettify.js and this file in your HTML page. Then put your code inside an HTML tag like
https://github.com/amroamroamro/prettify-matlab| Modifier and Type | Class and Description |
|---|---|
protected static class |
LangMatlab.LangMatlabIdentifier |
protected static class |
LangMatlab.LangMatlabOperator |
| Modifier and Type | Field and Description |
|---|---|
static String |
PR_CODE_OUTPUT |
static String |
PR_CONSTANT |
static String |
PR_ERROR |
static String |
PR_FUNCTION |
static String |
PR_FUNCTION_TOOLBOX |
static String |
PR_IDENTIFIER |
static String |
PR_LINE_CONTINUATION |
static String |
PR_SYSCMD |
static String |
PR_TRANSPOSE |
static String |
PR_WARNING |
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns| Constructor and Description |
|---|
LangMatlab() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getFileExtensions() |
getExtendedLangs, getFallthroughStylePatterns, getShortcutStylePatterns, setExtendedLangs, setFallthroughStylePatterns, setShortcutStylePatternspublic static final String PR_IDENTIFIER
public static final String PR_CONSTANT
public static final String PR_FUNCTION
public static final String PR_FUNCTION_TOOLBOX
public static final String PR_SYSCMD
public static final String PR_CODE_OUTPUT
public static final String PR_ERROR
public static final String PR_WARNING
public static final String PR_TRANSPOSE
public static final String PR_LINE_CONTINUATION
Copyright © 2015. All rights reserved.