Description of the Issue
The decorator color is not yellow if it contains a dot.
Steps to Reproduce the Issue
Paste this code into Notepad ++ 7.7.1 32 bit:
import test_module
@test_module.test_decorator
def test_function():
pass
Expected Behavior
The entire decorator should be yellow.
Actual Behavior
