# JQHTML Component Highlighting in RSpade VS Code Extension ## Version 0.1.39 - Added JQHTML Component Support The RSpade VS Code Extension now includes syntax highlighting for JQHTML components in Blade PHP files. ## What Gets Highlighted ### 1. Uppercase Component Tags Any tag starting with an uppercase letter is treated as a JQHTML component and highlighted distinctively: ```blade {{-- These get highlighted as JQHTML components --}} Content here {{-- Regular HTML tags remain standard --}}