diff options
author | Tarin Mahmood <mahmood.tarin+home@gmail.com> | 2018-03-22 23:13:45 +0600 |
---|---|---|
committer | Tarin Mahmood <mahmood.tarin+home@gmail.com> | 2018-03-22 23:13:45 +0600 |
commit | 6ba182ecc305a209444c38ca6d895843955e67f0 (patch) | |
tree | e37f58a31d7a6fac7629337aea407ebc71c89390 | |
parent | a57ee7a80c9dd71e43566d77372b18e62e1f6454 (diff) |
Java highlighting
-rw-r--r-- | templates/default.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 +" Java highlighting call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") " Remove functions |