watermarkhu / textmate-grammar-python

Python lexer and tokenizer based on textmate grammars
https://textmate-grammar-python.readthedocs.io
MIT License
11 stars 2 forks source link

begin/while patterns are not supported #33

Open watermarkhu opened 9 months ago

watermarkhu commented 9 months ago

The two-pattern rule for begin/while patterns are unsupported. https://github.com/watermarkhu/textmate-grammar-python/blob/71f5da8ea90a0a5be131fe9773ae977c6c7f4710/src/textmate_grammar/parser.py#L897-L898