From a57ee7a80c9dd71e43566d77372b18e62e1f6454 Mon Sep 17 00:00:00 2001 From: Tarin Mahmood Date: Tue, 13 Mar 2018 12:15:05 +0600 Subject: Added java's `new` operator highlight Currently java `new` operator is not highlighted. Yes, we can set the highlight in vimrc, but I believe it should be highlighted without any user intervention. --- templates/default.mustache | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index b5ee60d..c348de0 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -378,6 +378,9 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Java Operator color +call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + " Remove functions delf hi -- cgit v1.2.3 From 6ba182ecc305a209444c38ca6d895843955e67f0 Mon Sep 17 00:00:00 2001 From: Tarin Mahmood Date: Thu, 22 Mar 2018 23:13:45 +0600 Subject: Java highlighting --- templates/default.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index c348de0..a880e82 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -378,7 +378,7 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") -" Java Operator color +" Java highlighting call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") " Remove functions -- cgit v1.2.3