0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

Update runtime files. Add Euphoria syntax files.

This commit is contained in:
Bram Moolenaar
2014-02-24 02:51:51 +01:00
parent 26df092843
commit 251835e14f
11 changed files with 459 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Vim help file
" Maintainer: Bram Moolenaar (Bram@vim.org)
" Last Change: 2013 Nov 17
" Last Change: 2014 Feb 12
" Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax")
@@ -40,7 +40,7 @@ endif
syn match helpNormal "|.*====*|"
syn match helpNormal "|||"
syn match helpNormal ":|vim:|" " for :help modeline
syn match helpVim "Vim version [0-9.a-z]\+"
syn match helpVim "\<Vim version [0-9][0-9.a-z]*"
syn match helpVim "VIM REFERENCE.*"
syn match helpOption "'[a-z]\{2,\}'"
syn match helpOption "'t_..'"