Skyler
Results
1
issues of
Skyler
I think it would be good to add unicode support either by using builtin rules (eg. UPPERCASE_LETTER | LOWERCASE_LETTER) like [pest](https://github.com/pest-parser/pest/pull/247) or using unicode property regex pattern (eg. \p{Lu} |...
enhancement