Skip to content

Incorrect highlight python decorator #5894

@PavelBlend

Description

@PavelBlend

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

decorator_color_test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions