When using highlighting for d3, 'd3' is highlighted correctly. But after 'd3' no methods are recognized.
When inspecting which highlight group is attached to d3.selectAll() no highlightgroup is shown.
let g:used_javascript_libs='d3'
When adding jquery highlighting, d3.select() is highlighted as 'javascriptQEvents'.
Unfortunately I seem unable to find a fix myself.