Assign further file extension to a language support #267
Replies: 1 comment 3 replies
-
There's actually a few options that might be relevant here: If you want to change the grammar used or a specific file extension one time, the Grammar Selector is a great choice. By default in the lower right of the status bar you'll see the grammar selector where you can click to change the currently active grammar. Notice the highlighted section in the photo. You can click this to change your currently active grammar to any language you want. Otherwise if you want to change the grammar you are using always then you can follow along with the docs to do this. Just a simple entry into your config file. The last thing that you might want to know in this case, since we are talking about |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I currently create a presentation using quarto which uses a syntax derived from markdown with some additions. They use the
.qmd
file extension. I don't expect pulsar to support every kind of new syntax/language/file formats but still having a Markdown syntax highlighting would really help in working with.qmd
files. Is there any way to tell markdown to apply some syntax highlighting to some additional set of file extensions?In vim I would just do
set filetype=markdown
or add it to a modeline. (actually vim already has a filetype for quarto but don't mind).Is there any such feature?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions