In my .vimrc file, I added
match Title /EXAMPLE/
so when I type EXAMPLE, this word is highlighted, it works fine, and my question is, how do I highlight all upper case letter? not just EXAMPLE, but everything else too.
--> THIS IS AN EXAMPLE
--> SECOND EXAMPLE
--> ETC
I want to highlight something like the sentences above.
Do something like this
This will highlight all uppercase letters