public class LangSql extends Lang
Registers a language handler for SQL. To use, include prettify.js and this file in your HTML page. Then put your code in an HTML tag like
(my SQL code)http://savage.net.au/SQL/sql-99.bnf.html is the basis for the grammar, and http://msdn.microsoft.com/en-us/library/aa238507(SQL.80).aspx and http://meta.stackoverflow.com/q/92352/137403 as the bases for the keyword list.
extendedLangs, fallthroughStylePatterns, shortcutStylePatterns| Constructor and Description |
|---|
LangSql() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getFileExtensions() |
getExtendedLangs, getFallthroughStylePatterns, getShortcutStylePatterns, setExtendedLangs, setFallthroughStylePatterns, setShortcutStylePatternsCopyright © 2015. All rights reserved.