comparison runtime/syntax/rnoweb.vim @ 14637:0ecb909e3249

Update runtime files. commit https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 22:58:02 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 23:00:08 +0200
parents da01d5da2cfa
children 5bda4653aced
comparison
equal deleted inserted replaced
14636:91eef21ff090 14637:0ecb909e3249
1 " Vim syntax file 1 " Vim syntax file
2 " Language: R noweb Files 2 " Language: R noweb Files
3 " Maintainer: Johannes Ranke <jranke@uni-bremen.de> 3 " Maintainer: Johannes Ranke <jranke@uni-bremen.de>
4 " Last Change: Sat Feb 06, 2016 06:47AM 4 " Last Change: Thu Apr 05, 2018 11:06PM
5 " Version: 0.9.1 5 " Version: 0.9.1
6 " Remarks: - This file is inspired by the proposal of 6 " Remarks: - This file is inspired by the proposal of
7 " Fernando Henrique Ferraz Pereira da Rosa <feferraz@ime.usp.br> 7 " Fernando Henrique Ferraz Pereira da Rosa <feferraz@ime.usp.br>
8 " http://www.ime.usp.br/~feferraz/en/sweavevim.html 8 " http://www.ime.usp.br/~feferraz/en/sweavevim.html
9 " 9 "
14 14
15 syn case match 15 syn case match
16 16
17 " Extension of Tex clusters {{{1 17 " Extension of Tex clusters {{{1
18 runtime syntax/tex.vim 18 runtime syntax/tex.vim
19 unlet b:current_syntax 19 unlet! b:current_syntax
20 20
21 syn cluster texMatchGroup add=@rnoweb 21 syn cluster texMatchGroup add=@rnoweb
22 syn cluster texMathMatchGroup add=rnowebSexpr 22 syn cluster texMathMatchGroup add=rnowebSexpr
23 syn cluster texMathZoneGroup add=rnowebSexpr 23 syn cluster texMathZoneGroup add=rnowebSexpr
24 syn cluster texEnvGroup add=@rnoweb 24 syn cluster texEnvGroup add=@rnoweb