view runtime/syntax/quarto.vim @ 35311:f49669961601 default tip

Added tag v9.1.0457 for changeset d4b4476bf7683eee8566d32f4947255e167854f3
author Christian Brabandt <cb@256bit.org>
date Sat, 01 Jun 2024 21:15:04 +0200
parents 02bd0fe77c68
children
line wrap: on
line source

" Language: Quarto (Markdown with chunks of R, Python and other languages)
" Maintainer: This runtime file is looking for a new maintainer.
" Former Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com>
" Former Repository: https://github.com/jalvesaq/R-Vim-runtime
" Last Change: 2023 Feb 24  08:26AM
"		2024 Feb 19 by Vim Project (announce adoption)
"
" The developers of tools for Quarto maintain Vim runtime files in their
" Github repository and, if required, I will hand over the maintenance of
" this script for them.

runtime syntax/rmd.vim

syn match quartoShortarg /\S\+/ contained
syn keyword quartoShortkey var meta env pagebreak video include contained
syn region quartoShortcode matchgroup=PreProc start='{{< ' end=' >}}' contains=quartoShortkey,quartoShortarg transparent keepend

hi def link quartoShortkey Include
hi def link quartoShortarg String