From 7f6a80a25887bf67150c22a9b09192545219142c Mon Sep 17 00:00:00 2001 From: George Fraser Date: Sat, 13 Oct 2018 10:50:10 -0700 Subject: .class --- lib/java.tmLanguage.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/java.tmLanguage.json b/lib/java.tmLanguage.json index 8a902d8..8ec0e6c 100644 --- a/lib/java.tmLanguage.json +++ b/lib/java.tmLanguage.json @@ -44,10 +44,7 @@ ] }, { - "include": "#annotation" - }, - { - "include": "#class-declaration" + "include": "#code" } ], "repository": { @@ -94,7 +91,7 @@ ] }, "class-declaration": { - "begin": "\\b(class|interface|@interface)\\b", + "begin": "(?