Skip to content

Commit

Permalink
Merge pull request jdkanani#11 from seregazhuk/php-syntax
Browse files Browse the repository at this point in the history
Some PHP and html colors
  • Loading branch information
jdkanani committed Mar 29, 2016
2 parents 5e6264e + e731363 commit cfa6b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/material-theme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ call <sid>hi("htmlBold", s:gui0A, "", s:cterm0A, "", "")
call <sid>hi("htmlItalic", s:gui0E, "", s:cterm0E, "", "")
call <sid>hi("htmlEndTag", s:gui04, "", s:cterm04, "", "")
call <sid>hi("htmlTag", s:gui04, "", s:cterm04, "", "")
call <sid>hi("htmlTagName", s:gui0D, "", s:cterm0D, "", "")
call <sid>hi("htmlTagName", s:gui07, "", s:cterm07, "", "")
call <sid>hi("htmlArg", s:gui04, "", s:cterm04, "", "")

" JavaScript highlighting
Expand Down Expand Up @@ -290,6 +290,7 @@ call <sid>hi("phpKeyword", s:gui05, "", s:cterm05, "", "")
call <sid>hi("phpClassExtends", s:gui0A, "", s:cterm0A, "", "")
call <sid>hi("phpInclude", s:gui05, "", s:cterm05, "", "")
call <sid>hi("phpUseClass", s:gui0A, "", s:cterm0A, "", "")
call <sid>hi("phpBoolean", s:gui05, "", s:cterm05, "", "")

" Python highlighting
call <sid>hi("pythonOperator", s:gui04, "", s:cterm04, "", "")
Expand Down

0 comments on commit cfa6b00

Please sign in to comment.