I am using codemirror with primefaces extensions in XML Mode. Now, I have to change the font of substring to Bold. For example
<User>
<Name>Micheal</Name>
<Age>25</Age>
<Address>**NewYork**</Address>
</User>
Here NewYork should be in Bold and mode should be XML. Please help me how to achieve this, I am using codemirror for the first time. Thanks in advance.