diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 (patch) | |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 /runtime/syntax/wsml.vim | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 (diff) | |
download | vim-c9b4b05b3544b434730eb218e848a1a441d5ffb2.zip |
updated for version 7.0g
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 |