mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix highlighting of the abstract
keyword in TypeScript
This commit is contained in:
parent
8e1d1dd9cb
commit
aaab49d57c
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@
|
||||||
hi! link typescriptTry typescriptExceptions
|
hi! link typescriptTry typescriptExceptions
|
||||||
hi! link typescriptEnumKeyword typescriptClassKeyword
|
hi! link typescriptEnumKeyword typescriptClassKeyword
|
||||||
hi! link typescriptModule jsImport
|
hi! link typescriptModule jsImport
|
||||||
|
hi! link typescriptAbstract Keyword
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Markdown {{{
|
" Markdown {{{
|
||||||
|
|
Loading…
Reference in a new issue