We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to provide syntax highlighting for Please paths, such as //path/to:target, such that the text is highlighted or coloured?
//path/to:target
It's possible for Markdown with textMateRules e.g. in settings.json:
textMateRules
"editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "heading.1.markdown entity.name.section.markdown, heading.1.markdown punctuation.definition.heading.markdown", "settings": { "foreground": "#CD4158", "fontStyle": "bold" } } ] }
The text was updated successfully, but these errors were encountered:
Seems reasonable. If I add it to intellij, then @tiagovtristao has to add it here ;P
Sorry, something went wrong.
Yeah, I don't see why not.
@Tatskaari I might do it faster, so you will have to add it there :-)
Great! Would it then be possible to customise this, like the above Markdown snippet in settings.json?
settings.json
No branches or pull requests
Would it be possible to provide syntax highlighting for Please paths, such as
//path/to:target
, such that the text is highlighted or coloured?It's possible for Markdown with
textMateRules
e.g. in settings.json:The text was updated successfully, but these errors were encountered: