<x-slot:name> now can be highlighted as normal tag instead of an error.
Details:
Include text.html.derivative instead of text.html.basic.
The derivative syntax can handle custom tags like <x-slot:slotname>.
Instead of invalid.illegal.unrecognized-tag.html, this kind of tags will follow in scopes entity.name.tag.html and meta.tag.other.unrecognized.html.derivative.
The later will be highlighted as a normal tag, while the former one will be highlighted as an error.
<x-slot:name>
now can be highlighted as normal tag instead of an error.Details:
Include
text.html.derivative
instead oftext.html.basic
.The derivative syntax can handle custom tags like
<x-slot:slotname>
. Instead ofinvalid.illegal.unrecognized-tag.html
, this kind of tags will follow in scopesentity.name.tag.html
andmeta.tag.other.unrecognized.html.derivative
.The later will be highlighted as a normal tag, while the former one will be highlighted as an error.