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
match Title /[A-Z]/
This will highlight all uppercase letters
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With