Open ghuysmans opened 8 years ago
Python lexing is far from complete.
It should recognize grammar tokens (:, |, etc.) inside " and ', too. Maybe I could define these rules in the INITIAL state to reuse them later in the delimiter-specific states (", ', """, ''')...
Python lexing is far from complete.