diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2017-02-26 09:44:35 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 09:44:35 +1100 |
commit | b6a4075594806b0d9d7759506b6e84fcec8b22c1 (patch) | |
tree | 5cca98bcb7a9268ea1617a6c989f918b72bedc93 /colors/base16-woodland.vim | |
parent | f4ff0e535745dd71873f2aa674c9e22ac8eba390 (diff) | |
parent | a993579ef45ffecbbe7ee9bc4636dba0ddcde304 (diff) |
Merge pull request #135 from danielrs/master
Updates colors to latest schemes
Diffstat (limited to 'colors/base16-woodland.vim')
-rw-r--r-- | colors/base16-woodland.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/base16-woodland.vim b/colors/base16-woodland.vim index a1a88c5..4fc866b 100644 --- a/colors/base16-woodland.vim +++ b/colors/base16-woodland.vim @@ -223,6 +223,7 @@ call <sid>hi("javaScriptBraces", s:gui05, "", s:cterm05, "", "", "") call <sid>hi("javaScriptNumber", s:gui09, "", s:cterm09, "", "", "") " pangloss/vim-javascript highlighting call <sid>hi("jsOperator", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("jsStatement", s:gui0E, "", s:cterm0E, "", "", "") call <sid>hi("jsReturn", s:gui0E, "", s:cterm0E, "", "", "") call <sid>hi("jsThis", s:gui08, "", s:cterm08, "", "", "") call <sid>hi("jsClassDefinition", s:gui0A, "", s:cterm0A, "", "", "") |