This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Hello,
I'm doing my own syntax highlighter (theme) for Brackets and I'm solving one problem now. I want to highlight JS strings for example in blue color and PHP string for example in red color, but how can I do that? Every string in Brackets has got the same CSS class (.cm-string) independent on programming language context.
Any ideas?
Thank you.