comparison runtime/syntax/gp.vim @ 1619:b9740fb41986

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 20:39:31 +0000
parents fd1b3406fd1c
children af1e8a1714c2
comparison
equal deleted inserted replaced
1618:46bbe11644e0 1619:b9740fb41986
1 " Vim syntax file 1 " Vim syntax file
2 " Language: gp (version 2.2) 2 " Language: gp (version 2.4)
3 " Maintainer: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> 3 " Maintainer: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr>
4 " Last change: 2006 Apr 12 4 " Last change: 2007 Oct 1
5 " URL: http://pari.math.u-bordeaux.fr 5 " URL: http://pari.math.u-bordeaux.fr
6 6
7 if version < 600 7 if version < 600
8 syntax clear 8 syntax clear
9 elseif exists("b:current_syntax") 9 elseif exists("b:current_syntax")
13 " control statements 13 " control statements
14 syntax keyword gpStatement break return next 14 syntax keyword gpStatement break return next
15 syntax keyword gpConditional if 15 syntax keyword gpConditional if
16 syntax keyword gpRepeat until while for fordiv forprime forstep forvec 16 syntax keyword gpRepeat until while for fordiv forprime forstep forvec
17 " storage class 17 " storage class
18 syntax keyword gpScope local global 18 syntax keyword gpScope my local global
19 " defaults 19 " defaults
20 syntax keyword gpInterfaceKey colors compatible datadir debug debugfiles 20 syntax keyword gpInterfaceKey colors compatible datadir debug debugfiles
21 syntax keyword gpInterfaceKey debugmem echo factor_add_primes format help 21 syntax keyword gpInterfaceKey debugmem echo factor_add_primes format help
22 syntax keyword gpInterfaceKey histsize lines log logfile new_galois_format 22 syntax keyword gpInterfaceKey histsize lines log logfile new_galois_format
23 syntax keyword gpInterfaceKey output parisize path prettyprinter primelimit 23 syntax keyword gpInterfaceKey output parisize path prettyprinter primelimit