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