Skip to content

Commit

Permalink
add typescript decorator syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiya0503 committed Feb 16, 2020
1 parent a2e3761 commit 7c11f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/PaperColor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,8 @@ fun! s:apply_syntax_highlightings()
exec 'hi javaScriptMember' . s:fg_foreground

" TypeScript Highlighting
exec 'hi typeScriptDecl' . s:fg_orange
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
Expand Down

0 comments on commit 7c11f36

Please sign in to comment.