Skip to content

Commit

Permalink
Apply changes to template
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Aug 9, 2018
1 parent 6b868b2 commit ed264d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,8 +120,8 @@ hi! link htmlEndTag Statement
hi! link htmlTag Statement
hi! link jsonQuote Normal
hi! link phpVarSelector Identifier
hi! link pythonFunction Title
hi! link pythonBuiltinFunc Statement
hi! link pythonFunction Title
hi! link rubyDefine Statement
hi! link rubyFunction Title
hi! link rubyInterpolationDelimiter String
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 ed264d2

Please sign in to comment.