You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
881 B
VimL
15 lines
881 B
VimL
10 years ago
|
syntax keyword javascriptXHRGlobal XMLHttpRequest
|
||
|
if exists("did_javascript_hilink") | HiLink javascriptXHRGlobal Structure
|
||
|
endif
|
||
|
syntax keyword javascriptXHRProp contained onreadystatechange readyState response
|
||
|
syntax keyword javascriptXHRProp contained responseText responseType responseXML status
|
||
|
syntax keyword javascriptXHRProp contained statusText timeout ontimeout upload withCredentials
|
||
|
syntax cluster props add=javascriptXHRProp
|
||
|
if exists("did_javascript_hilink") | HiLink javascriptXHRProp Keyword
|
||
|
endif
|
||
|
syntax keyword javascriptXHRMethod contained abort getAllResponseHeaders getResponseHeader nextgroup=javascriptFuncCallArg
|
||
|
syntax keyword javascriptXHRMethod contained open overrideMimeType send setRequestHeader nextgroup=javascriptFuncCallArg
|
||
|
syntax cluster props add=javascriptXHRMethod
|
||
|
if exists("did_javascript_hilink") | HiLink javascriptXHRMethod Keyword
|
||
|
endif
|