I am currently utilizing codemirror with primefaces extensions in XML Mode. I need to modify the font style of a specific substring to make it bold. For instance,
<User>
<Name>Micheal</Name>
<Age>25</Age>
<Address>**NewYork**</Address>
</User>
In this example, the text "NewYork" should be displayed in bold while the mode remains XML. I would greatly appreciate assistance with achieving this as I am new to working with codemirror. Thank you in advance.