MattDMo / PythonImproved

The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
https://packagecontrol.io/packages/Python%20Improved
MIT License
93 stars 11 forks source link

[Bug] Scopes for first letters of words #70

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Summary

Sometimes I get for first letters of words another scopes.

2. Settings

For example, I edit file color_theme.py, lines 13—26.

3. Expected behavior

The same scopes for e and tree in etree word, p and arsers in parsers word and so on.

4. Actual behavior

Actual

In etree word I have a scope source.python for e letter and source.python meta.identifier.python for tree letters and so on.

5. Environment

Operating system and version: Windows 10 Enterprise LTSB 64-bit EN Sublime Text: Build 3126

Thanks.

Kristinita commented 7 years ago

@MattDMo , do you plan to continue PythonImproved developing?

Thanks.