diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2018-03-22 20:47:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 20:47:07 +0000 |
commit | e61dd537d6b29b7738b2f46b128f08458aad2027 (patch) | |
tree | e37f58a31d7a6fac7629337aea407ebc71c89390 | |
parent | 97f2feb554471760f72cb6e4f872fde0f825b4b3 (diff) | |
parent | 6ba182ecc305a209444c38ca6d895843955e67f0 (diff) |
Merge pull request #174 from tmahmood/master
Added java "new" operator highlight
-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..a880e82 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 highlighting +call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + " Remove functions delf <sid>hi |