Use ! as literal char in the regex for Android Studio's TODO Filter
I'm following this official guide on how to set a custom TODO filter in Android Studio. I need to implement an highlight for important comments that are not TODOs, like these: // important: this note is much more important than…