-- Just to get the default style in place -- return function() return [[ /* statements and other wordlike syntactic entities */ .block, .function {font-family: bodoni, serif; font-style: italic; } .clause, .stmt {font-family: bodoni, serif; font-style: italic; } .const {font-family: bodoni, serif; font-style: italic; color: red; } .wordop {font-family: bodoni, serif; font-style: italic; color: maroon; } /* variables and variable attributes */ .var {font-family: monospace; } .var:link {text-decoration: none} .var:active {text-decoration: none} .var:visited {text-decoration: none} .def {font-weight: 700} .badGlobal {background-color: #ff3300; color: #eeeeee !important} /* .cclosure {background-color: #eeeeee} */ .vclosure {text-decoration: underline !important} .number {font-family: monospace;} .stdlib {color: #00b266} .unused {background-color: #b1ecd3 } .key {font-family: monospace; } /* punctuation */ .assign, .comp, .ellip, .op, .punc, .index {color: #287755 } .brace {font-weight: 700; font-size: larger; color: #287755} .brack, .paren {font-weight: 700; font-size: larger} /* other elements */ .comment {color: #333333; font-style: oblique; font-family: monospace} .string {font-family: monospace; color: #00b266; } /* .escape {font-family: monospace; color: #fff7ef; background-color: #ff7d00} */ .escape {font-family: monospace; color: #ff7d00; font-weight: 700} .escape1 {font-family: monospace; color: #ff7d00} .preprocessor {font-family: monospace; color: #e80058; background-color: #f9bbd3} /* errors */ .missing, .meantequal {background-color: #ff7d00; color: #fff7ef; font-family: monospace} .skip {text-decoration: line-through; color: #ff3300; font-family: monospace} .skipped {color: #333333; font-family: monospace} .invalid {background-color: #ff3300; color: #fff7ef; text-decoration: line-through} /* block depth colours */ .depth0 {color: #9b345b} .depth1 {color: #55281c} .depth2 {color: #aa4f39} .depth3 {color: #55381c} .depth4 {color: #aa7039} .depth5 {color: #4d1a2d} ]] end
Produced by TNT, the Lua-linter. TNT/0.5 Copyright (C) 2004 Rici Lake