diff options
author | 2010-10-28 17:52:35 -0400 | |
---|---|---|
committer | 2010-10-28 17:52:35 -0400 | |
commit | ef27dd85a00687a8b4a21b56a6ea9170b1c146b5 (patch) | |
tree | 6ccfc025cbcf2a1b244880984d4ee74e1bb4998a /themes/light/lexer.lua | |
parent | 0ebbe321af357655d6833f9ca0792b3e212e57f8 (diff) | |
download | textadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.tar.gz textadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.zip |
Rename MAC variable in to OSX in Lua, __OSX__ in C.
Diffstat (limited to 'themes/light/lexer.lua')
-rw-r--r-- | themes/light/lexer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index 8b059210..30140535 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -48,7 +48,7 @@ local font_face = '!Bitstream Vera Sans Mono' local font_size = 10 if WIN32 then font_face = '!Courier New' -elseif MAC then +elseif OSX then font_face = '!Monaco' font_size = 12 end |