# red flags markers like "XXX" and "TODO" :red # comments user comments: lightgreen programmer comments: orange # top top-level declarations: green # strings strings: moccasin # errors syntax errors: red # variables variables: gray80 # strings go here instead of above in scripts # keywords language keywords: cyan # constants built-in constants: gray80 # types built-in types: yellow user defined types: yellow # evals evals: SkyBlue methods in scripts: SkyBlue ...