comparison runtime/syntax/quake.vim @ 11062:1218c5353e2b

Runtime file updates. commit https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 17:04:09 2017 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 17:15:05 +0100
parents 18ee39301b82
children
comparison
equal deleted inserted replaced
11061:0f11b92d7f5e 11062:1218c5353e2b
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Quake[1-3] configuration file 2 " Language: Quake[1-3] configuration file
3 " Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2007-06-17 4 " Latest Revision: 2007-06-17
5 " quake_is_quake1 - the syntax is to be used for quake1 configs 5 " quake_is_quake1 - the syntax is to be used for quake1 configs
6 " quake_is_quake2 - the syntax is to be used for quake2 configs 6 " quake_is_quake2 - the syntax is to be used for quake2 configs
7 " quake_is_quake3 - the syntax is to be used for quake3 configs 7 " quake_is_quake3 - the syntax is to be used for quake3 configs
8 " Credits: Tomasz Kalkosinski wrote the original quake3Colors stuff 8 " Credits: Tomasz Kalkosinski wrote the original quake3Colors stuff
9 9
10 if exists("b:current_syntax") 10 if exists("b:current_syntax")
11 finish 11 finish
12 endif 12 endif
13 13