diff options
author | Tarin Mahmood <tmahmood@democracyinternational.com> | 2018-03-13 12:15:05 +0600 |
---|---|---|
committer | Tarin Mahmood <tmahmood@democracyinternational.com> | 2018-03-13 12:26:05 +0600 |
commit | a57ee7a80c9dd71e43566d77372b18e62e1f6454 (patch) | |
tree | 8836d55f76121c2f66c7fcd48d183b066669b9cb /templates/default.mustache | |
parent | 97f2feb554471760f72cb6e4f872fde0f825b4b3 (diff) |
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.
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sid>hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call <sid>hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Java Operator color +call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + " Remove functions delf <sid>hi |