blob: d5d4ee257dce0268cf7a1fffd797fd6f8efe2057 [file] [log] [blame]
Bram Moolenaardd60c362023-02-27 15:49:53 +00001" Language: Quarto (Markdown with chunks of R, Python and other languages)
2" Provisory Maintainer: Jakson Aquino <jalvesaq@gmail.com>
3" Homepage: https://github.com/jalvesaq/R-Vim-runtime
4" Last Change: Fri Feb 24, 2023 08:26AM
5"
6" The developers of tools for Quarto maintain Vim runtime files in their
7" Github repository and, if required, I will hand over the maintenance of
8" this script for them.
9
10runtime syntax/rmd.vim
11
12syn match quartoShortarg /\S\+/ contained
13syn keyword quartoShortkey var meta env pagebreak video include contained
14syn region quartoShortcode matchgroup=PreProc start='{{< ' end=' >}}' contains=quartoShortkey,quartoShortarg transparent keepend
15
16hi def link quartoShortkey Include
17hi def link quartoShortarg String