styleData = [ { tokenTypes: [["Token", "Keyword"]], style: "color: #000083; font-weight: bold" }, { tokenTypes: [["Token", "Literal", "Number"]], style: "color: blue" }, { tokenTypes: [["Token", "Literal", "String"]], style: "color: #008200; font-weight: bold" }, { tokenTypes: [["Token", "Comment"]], style: "color: #7E7E7E" } ]

