comparison runtime/syntax/wsml.vim @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 3a779b47f235
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 " Vim syntax file 1 " Vim syntax file
2 " Language: WSML 2 " Language: WSML
3 " Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org> 3 " Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org>
4 " URL: none 4 " URL: none
5 " Last Change: 2006 Mar 13 5 " Last Change: 2006 Apr 30
6 6
7 " Quit when a syntax file was already loaded 7 " Quit when a syntax file was already loaded
8 if version < 600 8 if version < 600
9 syntax clear 9 syntax clear
10 elseif exists("b:current_syntax") 10 elseif exists("b:current_syntax")
11 finish 11 finish
12 endif 12 endif
13 13
14 " WSML 14 " WSML
15 syn keyword wsmlHeader wsmlVariant 15 syn keyword wsmlHeader wsmlVariant
16 syn keyword wsmlNamespace namespace 16 syn keyword wsmlNamespace namespace
17 syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation sharedVariables importsOntology 17 syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation sharedVariables importsOntology
18 syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf 18 syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf
19 syn keyword wsmlAxiom axiom definedBy 19 syn keyword wsmlAxiom axiom definedBy
20 syn keyword wsmlService assumption effect postcondition precondition capability interface 20 syn keyword wsmlService assumption effect postcondition precondition capability interface
21 syn keyword wsmlTopLevel ooMediator wwMediator wgMediator ggMediator 21 syn keyword wsmlTopLevel ooMediator wwMediator wgMediator ggMediator
22 syn keyword wsmlMediation usesService source target 22 syn keyword wsmlMediation usesService source target
23 syn match wsmlDataTypes "\( _string\| _decimal\| _integer\| _float\| _double\| _iri\| _sqname\| _boolean\| _duration\| _dateTime\| _time\| _date\| _gyearmonth\| _gyear\| _gmonthday\| _gday\| _gmonth\| _hexbinary\| _base64binary\)\((\S*)\)\?" contains=wsmlString,wsmlNumber,wsmlCharacter 23 syn match wsmlDataTypes "\( _string\| _decimal\| _integer\| _float\| _double\| _iri\| _sqname\| _boolean\| _duration\| _dateTime\| _time\| _date\| _gyearmonth\| _gyear\| _gmonthday\| _gday\| _gmonth\| _hexbinary\| _base64binary\)\((\S*)\)\?" contains=wsmlString,wsmlNumber,wsmlCharacter