mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix object key highlighting in TypeScript
This commit is contained in:
parent
4a357aaf81
commit
6b0b660993
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@
|
|||
hi! link typescriptImport jsImport
|
||||
hi! link typescriptExport jsExport
|
||||
hi! link typescriptNull jsNull
|
||||
hi! link typescriptObjectLabel jsObjectKey
|
||||
" }}}
|
||||
|
||||
" Markdown {{{
|
||||
|
|
Loading…
Reference in a new issue