annotate runtime/syntax/wsml.vim @ 18486:9d887cad7315

Added tag v8.1.2237 for changeset 63ee3c2b140fe1b4801389872a8e47aec19d028b
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Oct 2019 20:00:04 +0100
parents 46763b01cd9a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
754
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
1 " Vim syntax file
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
2 " Language: WSML
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
3 " Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org>
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
4 " URL: none
856
8cd729851562 updated for version 7.0g
vimboss
parents: 754
diff changeset
5 " Last Change: 2006 Apr 30
754
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
6
10048
43efa4f5a8ea commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
7 " quit when a syntax file was already loaded
43efa4f5a8ea commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
8 if exists("b:current_syntax")
754
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
9 finish
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
10 endif
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
11
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
12 " WSML
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
13 syn keyword wsmlHeader wsmlVariant
856
8cd729851562 updated for version 7.0g
vimboss
parents: 754
diff changeset
14 syn keyword wsmlNamespace namespace
8cd729851562 updated for version 7.0g
vimboss
parents: 754
diff changeset
15 syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation sharedVariables importsOntology
8cd729851562 updated for version 7.0g
vimboss
parents: 754
diff changeset
16 syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf
754
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
17 syn keyword wsmlAxiom axiom definedBy
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
18 syn keyword wsmlService assumption effect postcondition precondition capability interface
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
19 syn keyword wsmlTopLevel ooMediator wwMediator wgMediator ggMediator
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
20 syn keyword wsmlMediation usesService source target
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
21 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
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
22 syn keyword wsmlTopLevel goal webService ontology
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
23 syn keyword wsmlKeywordsInsideLEs true false memberOf hasValue subConceptOf ofType impliesType and or implies impliedBy equivalent neg naf forall exists
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
24 syn keyword wsmlNFP nfp endnfp nonFunctionalProperties endNonFunctionalProperties
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
25 syn region wsmlNFPregion start="nfp\|nonFunctionalProperties" end="endnfp\|endNonFunctionalProperties" contains=ALL
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
26 syn region wsmlNamespace start="namespace" end="}" contains=wsmlIdentifier
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
27 syn match wsmlOperator "!=\|:=:\|=<\|>=\|=\|+\|\*\|/\|<->\|->\|<-\|:-\|!-\|-\|<\|>"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
28 syn match wsmlBrace "(\|)\|\[\|\]\|{\|}"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
29 syn match wsmlIdentifier +_"\S*"+
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
30 syn match wsmlIdentifier "_#\d*"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
31 syn match wsmlSqName "[0-9A-Za-z]\+#[0-9A-Za-z]\+"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
32 syn match wsmlVariable "?[0-9A-Za-z]\+"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
33
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
34 " ASM-specific code
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
35 syn keyword wsmlBehavioral choreography orchestration transitionRules
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
36 syn keyword wsmlChoreographyPri stateSignature in out shared static controlled
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
37 syn keyword wsmlChoreographySec with do withGrounding forall endForall choose if then endIf
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
38 syn match wsmlChoreographyTer "\(\s\|\_^\)\(add\|delete\|update\)\s*(.*)" contains=wsmlKeywordsInsideLEs,wsmlIdentifier,wsmlSqName,wsmlString,wsmlNumber,wsmlDataTypes,wsmlVariable
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
39
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
40 " Comments
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
41 syn keyword wsmlTodo contained TODO
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
42 syn keyword wsmlFixMe contained FIXME
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
43 if exists("wsml_comment_strings")
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
44 syn region wsmlCommentString contained start=+"+ end=+"+ end=+$+ end=+\*/+me=s-1,he=s-1 contains=wsmlSpecial,wsmlCommentStar,wsmlSpecialChar,@Spell
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
45 syn region wsmlComment2String contained start=+"+ end=+$\|"+ contains=wsmlSpecial,wsmlSpecialChar,@Spell
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
46 syn match wsmlCommentCharacter contained "'\\[^']\{1,6\}'" contains=wsmlSpecialChar
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
47 syn match wsmlCommentCharacter contained "'\\''" contains=wsmlSpecialChar
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
48 syn match wsmlCommentCharacter contained "'[^\\]'"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
49 syn cluster wsmlCommentSpecial add=wsmlCommentString,wsmlCommentCharacter,wsmlNumber
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
50 syn cluster wsmlCommentSpecial2 add=wsmlComment2String,wsmlCommentCharacter,wsmlNumber
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
51 endif
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
52
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
53 syn region wsmlComment start="/\*" end="\*/" contains=@wsmlCommentSpecial,wsmlTodo,wsmlFixMe,@Spell
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
54 syn match wsmlCommentStar contained "^\s*\*[^/]"me=e-1
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
55 syn match wsmlCommentStar contained "^\s*\*$"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
56 syn match wsmlLineComment "//.*" contains=@wsmlCommentSpecial2,wsmlTodo,@Spell
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
57
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
58 syn cluster wsmlTop add=wsmlComment,wsmlLineComment
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
59
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
60 "match the special comment /**/
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
61 syn match wsmlComment "/\*\*/"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
62
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
63 " Strings
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
64 syn region wsmlString start=+"+ end=+"+ contains=wsmlSpecialChar,wsmlSpecialError,@Spell
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
65 syn match wsmlCharacter "'[^']*'" contains=javaSpecialChar,javaSpecialCharError
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
66 syn match wsmlCharacter "'\\''" contains=javaSpecialChar
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
67 syn match wsmlCharacter "'[^\\]'"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
68 syn match wsmlNumber "\<\(0[0-7]*\|0[xX]\x\+\|\d\+\)[lL]\=\>"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
69 syn match wsmlNumber "\(\<\d\+\.\d*\|\.\d\+\)\([eE][-+]\=\d\+\)\=[fFdD]\="
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
70 syn match wsmlNumber "\<\d\+[eE][-+]\=\d\+[fFdD]\=\>"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
71 syn match wsmlNumber "\<\d\+\([eE][-+]\=\d\+\)\=[fFdD]\>"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
72
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
73 " unicode characters
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
74 syn match wsmlSpecial "\\u\d\{4\}"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
75
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
76 syn cluster wsmlTop add=wsmlString,wsmlCharacter,wsmlNumber,wsmlSpecial,wsmlStringError
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
77
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
78 " Define the default highlighting.
10048
43efa4f5a8ea commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
79 " Only when an item doesn't have highlighting yet
10051
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
80 hi def link wsmlHeader TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
81 hi def link wsmlNamespace TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
82 hi def link wsmlOntology Statement
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
83 hi def link wsmlAxiom TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
84 hi def link wsmlService TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
85 hi def link wsmlNFP TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
86 hi def link wsmlTopLevel TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
87 hi def link wsmlMediation TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
88 hi def link wsmlBehavioral TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
89 hi def link wsmlChoreographyPri TypeDef
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
90 hi def link wsmlChoreographySec Operator
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
91 hi def link wsmlChoreographyTer Special
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
92 hi def link wsmlString String
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
93 hi def link wsmlIdentifier Normal
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
94 hi def link wsmlSqName Normal
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
95 hi def link wsmlVariable Define
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
96 hi def link wsmlKeywordsInsideLEs Operator
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
97 hi def link wsmlOperator Operator
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
98 hi def link wsmlBrace Operator
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
99 hi def link wsmlCharacter Character
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
100 hi def link wsmlNumber Number
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
101 hi def link wsmlDataTypes Special
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
102 hi def link wsmlComment Comment
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
103 hi def link wsmlDocComment Comment
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
104 hi def link wsmlLineComment Comment
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
105 hi def link wsmlTodo Todo
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
106 hi def link wsmlFixMe Error
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
107 hi def link wsmlCommentTitle SpecialComment
46763b01cd9a commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
Christian Brabandt <cb@256bit.org>
parents: 10048
diff changeset
108 hi def link wsmlCommentStar wsmlComment
754
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
109
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
110
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
111 let b:current_syntax = "wsml"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
112 let b:spell_options="contained"
3a779b47f235 updated for version 7.0223
vimboss
parents:
diff changeset
113