view .cirrus.yml @ 33368:033f22d4a52a

runtime(rmd) Update ftplugin and syntax files (#13193) Commit: https://github.com/vim/vim/commit/34745942390383ec626b168e9837d284622c7bbe Author: Jakson Alves de Aquino <jalvesaq@gmail.com> Date: Wed Sep 27 13:56:02 2023 -0300 runtime(rmd) Update ftplugin and syntax files (https://github.com/vim/vim/issues/13193) ftplugin/rmd.vim: - Set 'commentstring' dynamically according to code region. syntax/rmd.vim: - Include syntax highlighting of fenced languages dynamically. - Add conceal char for line break. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Sep 2023 19:00:12 +0200
parents 42b89193ab3e
children 4cffda5da6f4
line wrap: on
line source

#env:
#  CIRRUS_CLONE_DEPTH: 3
#  FEATURES: huge
#
#freebsd_task:
#  name: FreeBSD
#  matrix:
#    - name: FreeBSD 14.0
#      freebsd_instance:
#        image_family: freebsd-14-0
#  timeout_in: 20m
#  install_script:
#    - pkg install -y gettext
#  build_script:
#    - NPROC=$(getconf _NPROCESSORS_ONLN)
#    - ./configure --with-features=${FEATURES}
#    - make -j${NPROC}
#  test_script:
#    - src/vim --version
#      # run tests as user "cirrus" instead of root
#    - pw useradd cirrus -m
#    - chown -R cirrus:cirrus .
#    - sudo -u cirrus make test