diff options
| author | Mark Otto <[email protected]> | 2011-06-30 13:17:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 13:17:58 -0700 |
| commit | 87f9ea00e4477b059453e8014693f621207c75eb (patch) | |
| tree | 1b80e22a4e0a98f82433f836dbfc0c0f6afc9324 /docs/assets/js/google-code-prettify/lang-tex.js | |
| parent | 4c2614841e0f1bedbd5b56a7ee2f704276fb32a4 (diff) | |
| download | bootstrap-87f9ea00e4477b059453e8014693f621207c75eb.tar.xz bootstrap-87f9ea00e4477b059453e8014693f621207c75eb.zip | |
updated docs
Diffstat (limited to 'docs/assets/js/google-code-prettify/lang-tex.js')
| -rw-r--r-- | docs/assets/js/google-code-prettify/lang-tex.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/js/google-code-prettify/lang-tex.js b/docs/assets/js/google-code-prettify/lang-tex.js new file mode 100644 index 000000000..ce96fbbd1 --- /dev/null +++ b/docs/assets/js/google-code-prettify/lang-tex.js @@ -0,0 +1 @@ +PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r �\xa0"],["com",/^%[^\n\r]*/,null,"%"]],[["kwd",/^\\[@-Za-z]+/],["kwd",/^\\./],["typ",/^[$&]/],["lit",/[+-]?(?:\.\d+|\d+(?:\.\d*)?)(cm|em|ex|in|pc|pt|bp|mm)/i],["pun",/^[()=[\]{}]+/]]),["latex","tex"]); |
