Skip to content
New issue

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

markdown feature request for quarto codeblocks #3006

Open
mickmcq opened this issue Jun 22, 2024 · 1 comment
Open

markdown feature request for quarto codeblocks #3006

mickmcq opened this issue Jun 22, 2024 · 1 comment
Labels
feature-request New feature or request

Comments

@mickmcq
Copy link

mickmcq commented Jun 22, 2024

When I view a codeblock in a quarto (.qmd) file, bat displays syntax correctly if I say three backticks followed by a space followed by r, as in

pacman::p_load(tidyverse)

but Quarto requires curly braces around the language name and bat doesn't display syntax if I say three backticks followed by r in curly braces, as in

pacman::p_load(tidyverse)

Can you add syntax recognition for the language name in curly braces?

@mickmcq mickmcq added the feature-request New feature or request label Jun 22, 2024
@keith-hall
Copy link
Collaborator

Are you using the standard Markdown syntax highlighting for these files? If so, likely it makes sense to customize it for yourself or to find a specialist Sublime Text syntax definition for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants