comparison runtime/syntax/rhelp.vim @ 9975:03fa8a51e9dc

commit https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 19:52:37 2016 +0200 Updated runtime files. Add Scala files.
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Aug 2016 20:00:12 +0200
parents da01d5da2cfa
children 02bd0fe77c68
comparison
equal deleted inserted replaced
9974:cb480e05fb5f 9975:03fa8a51e9dc
1 " Vim syntax file 1 " Vim syntax file
2 " Language: R Help File 2 " Language: R Help File
3 " Maintainer: Jakson Aquino <jalvesaq@gmail.com> 3 " Maintainer: Jakson Aquino <jalvesaq@gmail.com>
4 " Former Maintainer: Johannes Ranke <jranke@uni-bremen.de> 4 " Former Maintainer: Johannes Ranke <jranke@uni-bremen.de>
5 " Homepage: https://github.com/jalvesaq/R-Vim-runtime 5 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
6 " Last Change: Sat Feb 06, 2016 11:34AM 6 " Last Change: Tue Jun 28, 2016 08:53AM
7 " Remarks: - Includes R syntax highlighting in the appropriate 7 " Remarks: - Includes R syntax highlighting in the appropriate
8 " sections if an r.vim file is in the same directory or in the 8 " sections if an r.vim file is in the same directory or in the
9 " default debian location. 9 " default debian location.
10 " - There is no Latex markup in equations 10 " - There is no Latex markup in equations
11 " - Thanks to Will Gray for finding and fixing a bug 11 " - Thanks to Will Gray for finding and fixing a bug
15 if exists("b:current_syntax") 15 if exists("b:current_syntax")
16 finish 16 finish
17 endif 17 endif
18 18
19 scriptencoding utf-8 19 scriptencoding utf-8
20 setlocal iskeyword=@,48-57,_,.
21 20
22 syn case match 21 syn case match
23 22
24 " R help identifiers {{{1 23 " R help identifiers {{{1
25 syn region rhelpIdentifier matchgroup=rhelpSection start="\\name{" end="}" 24 syn region rhelpIdentifier matchgroup=rhelpSection start="\\name{" end="}"