diff options
Diffstat (limited to 'runtime/syntax/wsml.vim')
-rw-r--r-- | runtime/syntax/wsml.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/syntax/wsml.vim b/runtime/syntax/wsml.vim index 9dc7f9595..2a92a0d54 100644 --- a/runtime/syntax/wsml.vim +++ b/runtime/syntax/wsml.vim @@ -2,7 +2,7 @@ " Language: WSML " Maintainer: Thomas Haselwanter <thomas.haselwanter@deri.org> " URL: none -" Last Change: 2006 Mar 13 +" Last Change: 2006 Apr 30 " Quit when a syntax file was already loaded if version < 600 @@ -13,9 +13,9 @@ endif " WSML syn keyword wsmlHeader wsmlVariant -syn keyword wsmlNamespace namespace -syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation sharedVariables importsOntology -syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf +syn keyword wsmlNamespace namespace +syn keyword wsmlTopLevel concept instance relationInstance ofType usesMediator usesService relation sharedVariables importsOntology +syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf syn keyword wsmlAxiom axiom definedBy syn keyword wsmlService assumption effect postcondition precondition capability interface syn keyword wsmlTopLevel ooMediator wwMediator wgMediator ggMediator |