From aa3fc0b27f8fd910c3f6e0a3f81089c8a7f97071 Mon Sep 17 00:00:00 2001 From: deplorableword Date: Thu, 14 Apr 2011 08:18:28 +0100 Subject: [PATCH] TextMate: Java started adding basic rules --- Solarized (light).tmTheme | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index 91a7043..5c7f057 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -1615,6 +1615,71 @@ #BD3800 + + name + Java: import + scope + keyword.other.import.java + settings + + fontStyle + + foreground + #BD3800 + + + + name + Java: meta-import + scope + storage.modifier.import.java + settings + + fontStyle + + foreground + #586E75 + + + + name + Java: Class + scope + meta.class.java storage.modifier.java + settings + + fontStyle + + foreground + #A57800 + + + + name + Java: /* comment */ + scope + source.java comment.block + settings + + fontStyle + + foreground + #536871 + + + + name + Java: /* @param */ + scope + comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc + settings + + fontStyle + + foreground + #536871 + + uuid 38E819D9-AE02-452F-9231-ECC3B204AFD7