waterstopper / CrateGram

Utility for PEG parsers
0 stars 0 forks source link

Highlight escaping in character class #12

Open waterstopper opened 1 year ago

waterstopper commented 1 year ago

Currently escaped characters look gray in literal string. But can't find a way to do the same for character class.

Hint: look into editorConstants -> tokenizer -> characterClass

image