Skip to content

Commit

Permalink
Fix highlighting of type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Aug 17, 2024
1 parent 06d668f commit 97f8444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/common.vim
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ hi def link typescriptMappedIn Special
hi def link typescriptCall PreProc
hi def link typescriptParamImpl PreProc
hi def link typescriptConstructSignature Identifier
hi def link typescriptAliasDeclaration Identifier
hi def link typescriptAliasDeclaration Typedef
hi def link typescriptAliasKeyword Keyword
hi def link typescriptUserDefinedType Keyword
hi def link typescriptTypeReference Type
Expand Down

0 comments on commit 97f8444

Please sign in to comment.