summaryrefslogtreecommitdiffstats
path: root/syntax/yats/web-network.vim
blob: 5f4b6658bd07f53f0d75d980fa288eeb719aa65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if has_key(g:polyglot_is_disabled, 'typescript')
  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