Skip to content

Commit

Permalink
Merge branch 'mdzhang-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Aug 9, 2018
2 parents 11141f2 + ed264d2 commit 3fca46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"
" File: iceberg.vim
" Maintainer: cocopon <[email protected]>
" Modified: 2018-08-02 13:01+0900
" Modified: 2018-08-09 12:03+0900
" License: MIT


Expand Down Expand Up @@ -120,6 +120,7 @@ hi! link htmlEndTag Statement
hi! link htmlTag Statement
hi! link jsonQuote Normal
hi! link phpVarSelector Identifier
hi! link pythonBuiltinFunc Statement
hi! link pythonFunction Title
hi! link rubyDefine Statement
hi! link rubyFunction Title
Expand Down
1 change: 1 addition & 0 deletions src/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ function! s:create_context() abort
call add(links, pgmnt#hi#link('phpVarSelector', 'Identifier'))

" python
call add(links, pgmnt#hi#link('pythonBuiltinFunc', 'Statement'))
call add(links, pgmnt#hi#link('pythonFunction', 'Title'))

" ruby
Expand Down

0 comments on commit 3fca46a

Please sign in to comment.