orbitalquark / scintillua

Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
https://orbitalquark.github.io/scintillua
MIT License
53 stars 22 forks source link

Add classes to Python #62

Closed paaguti closed 2 years ago

paaguti commented 2 years ago

Low hanging fruit: use the class token for the class name in class ClassName. Code from the Java lexer.

orbitalquark commented 2 years ago

Added via https://github.com/orbitalquark/scintillua/commit/530810c22ab92b2dbc0e0e627a5b9de3cd236475

Thanks!