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