Mercurial > hg > RemoteEditor > vim7
comparison runtime/syntax/quake.vim @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
comparison
equal
deleted
inserted
replaced
33:7d0d8b831f5a | 34:e170173ecb68 |
---|---|
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 " Maintainer: Nikolai Weibull <now@bitwi.se> |
4 " Latest Revision: 2006-04-19 | 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 |
12 endif | 12 endif |
13 | 13 |
14 let s:cpo_save = &cpo | 14 let s:cpo_save = &cpo |
15 set cpo&vim | 15 set cpo&vim |
16 | 16 |
17 setlocal iskeyword=@,48-57,+,-,_ | 17 setlocal iskeyword+=-,+ |
18 | 18 |
19 syn keyword quakeTodo contained TODO FIXME XXX NOTE | 19 syn keyword quakeTodo contained TODO FIXME XXX NOTE |
20 | 20 |
21 syn region quakeComment display oneline start='//' end='$' end=';' | 21 syn region quakeComment display oneline start='//' end='$' end=';' |
22 \ keepend contains=quakeTodo,@Spell | 22 \ keepend contains=quakeTodo,@Spell |