You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi dude, thanks for this great contribution. I have a problem with italic style in certain html tags. I would like to set italic to tags. In line 514 put italic in the 4th param but can't see changes in html file. Instead i set this manually in .vimrc and works. I hope you can help me. Thanks again.
The text was updated successfully, but these errors were encountered:
My terminal is iTerm2, and I've configured it to support italics. I've confirmed they do work because adding the following to my .vimrc file italicizes comments:
highlightComment cterm=italic
Is it safe to rule out a configuration error here? If so, adding the above line seems like a quick and easy way to fix (and could similarly be applied to the other group elements).
If you don't have time to implement this but think that approach seems fine, I'd be happy to give it a shot and open up a PR.
Hi dude, thanks for this great contribution. I have a problem with italic style in certain html tags. I would like to set italic to tags. In line 514 put italic in the 4th param but can't see changes in html file. Instead i set this manually in .vimrc and works. I hope you can help me. Thanks again.
The text was updated successfully, but these errors were encountered: