Mercurial > vim
view runtime/syntax/quarto.vim @ 33850:9fc745451034 v9.0.2136
patch 9.0.2136: MSVC errorformat can be improved
Commit: https://github.com/vim/vim/commit/8ceb99001b52d0c642e7532763ec9d8217ee86e3
Author: Shawn Hatori <shawn.hatori@gmail.com>
Date: Tue Nov 28 20:51:07 2023 +0100
patch 9.0.2136: MSVC errorformat can be improved
Problem: MSVC errorformat can be improved
Solution: parse error type and column number in MSVC errorformat
closes: #13587
Signed-off-by: Shawn Hatori <shawn.hatori@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 28 Nov 2023 21:00:08 +0100 |
parents | b2412874362f |
children | 02bd0fe77c68 |
line wrap: on
line source
" Language: Quarto (Markdown with chunks of R, Python and other languages) " Provisory Maintainer: Jakson Aquino <jalvesaq@gmail.com> " Homepage: https://github.com/jalvesaq/R-Vim-runtime " Last Change: Fri Feb 24, 2023 08:26AM " " 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