source: Dev/trunk/src/client/dojox/highlight/languages/pygments/_html.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1define(["dojo/_base/lang", "dojox/main", "../../_base"], function(lang, dojox){
2
3        lang.getObject("highlight.languages.pygments._html", true, dojox);
4
5        dojox.highlight.languages.pygments._html.tags = {
6                "code": 1, "kbd": 1, "font": 1, "noscript": 1, "style": 1, "img": 1,
7                "title": 1, "menu": 1, "tt": 1, "tr": 1, "param": 1, "li": 1, "tfoot": 1,
8                "th": 1, "input": 1, "td": 1, "dl": 1, "blockquote": 1, "fieldset": 1,
9                "big": 1, "dd": 1, "abbr": 1, "optgroup": 1, "dt": 1, "button": 1,
10                "isindex": 1, "p": 1, "small": 1, "div": 1, "dir": 1, "em": 1, "frame": 1,
11                "meta": 1, "sub": 1, "bdo": 1, "label": 1, "acronym": 1, "sup": 1,
12                "body": 1, "xml": 1, "basefont": 1, "base": 1, "br": 1, "address": 1,
13                "strong": 1, "legend": 1, "ol": 1, "script": 1, "caption": 1, "s": 1,
14                "col": 1, "h2": 1, "h3": 1, "h1": 1, "h6": 1, "h4": 1, "h5": 1, "table": 1,
15                "select": 1, "noframes": 1, "span": 1, "area": 1, "dfn": 1, "strike": 1,
16                "cite": 1, "thead": 1, "head": 1, "option": 1, "form": 1, "hr": 1,
17                "var": 1, "link": 1, "b": 1, "colgroup": 1, "ul": 1, "applet": 1, "del": 1,
18                "iframe": 1, "pre": 1, "frameset": 1, "ins": 1, "tbody": 1, "html": 1,
19                "samp": 1, "map": 1, "object": 1, "a": 1, "xmlns": 1, "center": 1,
20                "textarea": 1, "i": 1, "q": 1, "u": 1
21        };
22
23});
Note: See TracBrowser for help on using the repository browser.