blob: bffc3f522b7c3ca32c6ce7d8b57d96d2095e66d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
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
if exists("did_typescript_hilink") | HiLink typescriptBOMNetworkProp Keyword
endif
|