File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ if exists("javascript_enable_domhtmlcss")
166
166
167
167
" DOM2 things
168
168
syntax match jsDomElemAttrs contained / \% (nodeName\| nodeValue\| nodeType\| parentNode\| childNodes\| firstChild\| lastChild\| previousSibling\| nextSibling\| attributes\| ownerDocument\| namespaceURI\| prefix\| localName\| tagName\)\> /
169
- syntax match jsDomElemFuncs contained / \% (insertBefore\| replaceChild\| removeChild\| appendChild\| hasChildNodes\| cloneNode\| normalize\| isSupported\| hasAttributes\| getAttribute\| setAttribute\| removeAttribute\| getAttributeNode\| setAttributeNode\| removeAttributeNode\| getElementsByTagName\| getAttributeNS\| setAttributeNS\| removeAttributeNS\| getAttributeNodeNS\| setAttributeNodeNS\| getElementsByTagNameNS\| hasAttribute\| hasAttributeNS\)\> / nextgroup =jsParen skipwhite
169
+ syntax match jsDomElemFuncs contained / \% (insertBefore\| replaceChild\| removeChild\| appendChild\| hasChildNodes\| cloneNode\| normalize\| isSupported\| hasAttributes\| getAttribute\| setAttribute\| removeAttribute\| getAttributeNode\| setAttributeNode\| removeAttributeNode\| getElementById \| getElementsByClassName \| getElementsByTagName\| querySelector \| querySelectorAll \| getAttributeNS\| setAttributeNS\| removeAttributeNS\| getAttributeNodeNS\| setAttributeNodeNS\| getElementsByTagNameNS\| hasAttribute\| hasAttributeNS\)\> / nextgroup =jsParen skipwhite
170
170
" HTML things
171
171
syntax match jsHtmlElemAttrs contained / \% (className\| clientHeight\| clientLeft\| clientTop\| clientWidth\| dir\| id\| innerHTML\| lang\| length\| offsetHeight\| offsetLeft\| offsetParent\| offsetTop\| offsetWidth\| scrollHeight\| scrollLeft\| scrollTop\| scrollWidth\| style\| tabIndex\| title\)\> /
172
172
syntax match jsHtmlElemFuncs contained / \% (blur\| click\| focus\| scrollIntoView\| addEventListener\| dispatchEvent\| removeEventListener\| item\)\> / nextgroup =jsParen skipwhite
You can’t perform that action at this time.
0 commit comments