Skip to content
Snippets Groups Projects
Commit 47cc7522 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0091

parent f417f2b6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
" Language: DocBook " Language: DocBook
" Maintainer: Devin Weaver <vim@tritarget.com> " Maintainer: Devin Weaver <vim@tritarget.com>
" URL: http://tritarget.com/pub/vim/syntax/docbk.vim " URL: http://tritarget.com/pub/vim/syntax/docbk.vim
" Last Change: 2002 Sep 04 " Last Change: $Date$
" Version: $Revision$ " Version: $Revision$
" Thanks to Johannes Zellner <johannes@zellner.org> for the default to XML " Thanks to Johannes Zellner <johannes@zellner.org> for the default to XML
" suggestion. " suggestion.
...@@ -29,12 +29,12 @@ if !exists('b:docbk_type') ...@@ -29,12 +29,12 @@ if !exists('b:docbk_type')
endif endif
endif endif
if 'xml' == b:docbk_type if 'xml' == b:docbk_type
doau FileType xml doau Syntax xml
syn cluster xmlTagHook add=docbkKeyword syn cluster xmlTagHook add=docbkKeyword
syn cluster xmlRegionHook add=docbkRegion,docbkTitle,docbkRemark,docbkCite syn cluster xmlRegionHook add=docbkRegion,docbkTitle,docbkRemark,docbkCite
syn case match syn case match
elseif 'sgml' == b:docbk_type elseif 'sgml' == b:docbk_type
doau FileType sgml doau Syntax sgml
syn cluster sgmlTagHook add=docbkKeyword syn cluster sgmlTagHook add=docbkKeyword
syn cluster sgmlRegionHook add=docbkRegion,docbkTitle,docbkRemark,docbkCite syn cluster sgmlRegionHook add=docbkRegion,docbkTitle,docbkRemark,docbkCite
syn case ignore syn case ignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment