"comment" = "// Functional Comments";
"constant.numeric" = "Numbers (0, 0x4a, 1.2e-3)";
"constant.numeric.keyword" = "Numeric Keywords (true, false, nil)";
"keyword" = "Code Keywords";
"keyword.control" = "Control Structures (if, then, do, while, class)";
"keyword.type" = "Variable Types (byte, float, public, char)";
"language.function" = "functions()";
"language.variable" = "$variables";
"language.operator" = "Operators (+ - * / < > <= >= =)";
"markup.comment" = "";
"markup.constant.entity" = "HTML &entities; <";
"markup.declaration" = "";
"markup.inline.cdata" = "Data]]>";
"markup.processing" = "";
"markup.tag" = "
";
"markup.tag.framework" = "";
"markup.tag.attribute.name" = "HTML Attribute Names";
"markup.tag.attribute.value" = "HTML Attribute Values";
"meta.important" = "CSS !important";
"meta.invalid" = "HTML invalid";
"meta.link" = "Links";
"string" = "\"Code\" 'Strings'";
"language.variable.string" = "$variables in 'Strings'";
"string.regex" = "/Regex/";
"string.regex.escaped" = "/Regex/ \\Escaped";
"style.at-rule" = "CSS @import @media";
"style.comment" = "/* CSS Comment */";
"style.property.name" = "CSS Properties";
"style.value.color.rgb-value" = "CSS Colors #fff";
"style.value.keyword" = "CSS Keywords";
"style.value.numeric" = "CSS Numbers";
"style.value.string" = "CSS Strings";
"support" = "Built-in Functions and Classes";