From 9309bf0090968be7b1c0fea82c361e32c7d51ad3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 15 Nov 2010 22:27:59 -0500 Subject: LuaDoc cleanup. --- themes/scite/lexer.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'themes/scite/lexer.lua') diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 2eeed7b2..2e45a8b4 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -44,15 +44,16 @@ elseif OSX then font_face = '!Monaco' font_size = 12 end -style_default = style{ +style_default = style { font = font_face, size = font_size, fore = colors.black, back = colors.white, } style_line_number = style { back = color('C0', 'C0', 'C0') } -style_bracelight = style { fore = color('00', '00', 'FF'), bold = true } -style_bracebad = style { fore = color('FF', '00', '00'), bold = true } +style_bracelight = style { fore = color('00', '00', 'FF'), bold = true } +style_bracebad = style { fore = color('FF', '00', '00'), bold = true } style_controlchar = style_nothing -style_indentguide = style { fore = color('C0', 'C0', 'C0'), back = colors.white } -style_calltip = style { fore = colors.white, back = color('44', '44', '44') } +style_indentguide = style { fore = color('C0', 'C0', 'C0'), + back = colors.white } +style_calltip = style { fore = colors.white, back = color('44', '44', '44') } -- cgit v1.2.3