How do we create a bundle that would extend an existing language bundle? Ex. Let's say I want to add textmate grammar rules to highlight a html element's attribute named jc as in <div class="..." jc="..." ..., the jc in this case to be highlighted. How do I extend html grammar bundle?
How do we create a bundle that would extend an existing language bundle? Ex. Let's say I want to add textmate grammar rules to highlight a html element's attribute named jc as in
<div class="..." jc="..." ...
, the jc in this case to be highlighted. How do I extend html grammar bundle?