Is there a way to get Resharper to accept Kendo tags? For example I have this html
<
kendo-grid
k-data-source
=
"vm.gridData"
k-columns
=
"vm.gridColumns"
k-toolbar
=
'["create"]'
k-editable
=
"'incell'"
k-navigatable
=
"'true'"
>
</
kendo-grid
>
And Resharper (2016.2.2) puts a squiggly line under kendo-grid with the message Cannot resolver tag 'kendo-grid'.