Skip to content

Commit

Permalink
WIP some Python highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-warchol committed Aug 9, 2019
1 parent 297fb12 commit 79e682e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vim/selenized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hi Comment ctermfg=7
hi Statement ctermfg=3 cterm=bold
" " `const` in javascript
" hi Keyword ctermfg=6
" " `in` in Python
" " `in` in Python
" hi Operator ctermfg=7 cterm=bold

" any kind of literal
Expand Down Expand Up @@ -65,6 +65,12 @@ hi Error ctermfg=1 ctermbg=0 cterm=reverse
hi Todo ctermfg=Yellow ctermbg=black cterm=reverse


" Python
hi pythonInclude ctermfg=magenta cterm=bold
hi pythonBuiltin ctermfg=lightblue
hi pythonFunction cterm=bold


" YAML
hi yamlBlockMappingKey ctermfg=darkgreen
hi yamlKeyValueDelimiter ctermfg=red
Expand Down

0 comments on commit 79e682e

Please sign in to comment.