Skip to content

Commit

Permalink
Merge pull request #140 from yoshiya0503/master
Browse files Browse the repository at this point in the history
Typescript Decorator Support
  • Loading branch information
NLKNguyen authored Jun 16, 2020
2 parents 2290b99 + 7c11f36 commit e88cc38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions colors/PaperColor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,10 @@ fun! s:apply_syntax_highlightings()
exec 'hi javaScriptMessage' . s:fg_foreground
exec 'hi javaScriptMember' . s:fg_foreground

" TypeScript Highlighting
exec 'hi typescriptDecorators' . s:fg_orange
exec 'hi typescriptLabel' . s:fg_purple . s:ft_bold

" @target https://github.com/pangloss/vim-javascript
exec 'hi jsImport' . s:fg_pink . s:ft_bold
exec 'hi jsExport' . s:fg_pink . s:ft_bold
Expand Down

0 comments on commit e88cc38

Please sign in to comment.