RedCMD / TmLanguage-Syntax-Highlighter

Syntax Highlighting and Intellisense for VSCode's JSON based TextMate grammars (with Regex)
https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
MIT License
20 stars 2 forks source link

Change the default style for embedded regex #8

Closed dragon-archer closed 9 months ago

dragon-archer commented 9 months ago

image

As shown in the picture, the default style is markup.italic, however, it makes distinguish | and / hard (especially if they're not adjacent)

How about change the style to bold or simply remove the italic?

RedCMD commented 9 months ago

I've simply just removed the italic as I want character class literals to look ever so slightly different to normal literals (which are bold)

is currently available in the pre-release version

dragon-archer commented 9 months ago

Fine, it works.