mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix 'try' highlighting in TypeScript
This commit is contained in:
parent
9f2aeebb8a
commit
57d91218c9
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@
|
||||||
hi! link typescriptClassName jsClassDefinition
|
hi! link typescriptClassName jsClassDefinition
|
||||||
hi! link typescriptClassHeritage jsClassDefinition
|
hi! link typescriptClassHeritage jsClassDefinition
|
||||||
hi! link typescriptExceptions jsException
|
hi! link typescriptExceptions jsException
|
||||||
|
hi! link typescriptTry typescriptExceptions
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Markdown {{{
|
" Markdown {{{
|
||||||
|
|
Loading…
Reference in a new issue