orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
636 stars 38 forks source link

12.0 beta still does not highlight python-3.10 syntax #425

Closed grozin closed 1 year ago

grozin commented 1 year ago

match and case are not highlighted

orbitalquark commented 1 year ago

Fixed via https://github.com/orbitalquark/scintillua/commit/58fc3a9588051c556903afa99c449a96a7396ac6 and should be in the next nightly build.

You can disable soft keyword highlighting by putting styles.keyword_soft = {} in your theme file.

orbitalquark commented 1 year ago

Actually, the default should be to not highlight soft keywords. It should be opt-in.

Therefore with https://github.com/orbitalquark/textadept/commit/e5741bf91fd88c71dd94470d28b77b45f66af224 you'll need to explicitly enable soft keyword highlighting in your theme by putting styles.keyword_soft = styles.keyword in your theme.