mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-19 08:53:41 -05:00
10 lines
438 B
VimL
10 lines
438 B
VimL
if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'syntax/yats/web-network.vim')
|
|
finish
|
|
endif
|
|
|
|
syntax keyword typescriptGlobal containedin=typescriptIdentifierName NetworkInformation
|
|
syntax keyword typescriptBOMNetworkProp contained downlink downlinkMax effectiveType
|
|
syntax keyword typescriptBOMNetworkProp contained rtt type
|
|
syntax cluster props add=typescriptBOMNetworkProp
|
|
hi def link typescriptBOMNetworkProp Keyword
|