Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
47cc7522
Commit
47cc7522
authored
19 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.0091
parent
f417f2b6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/syntax/docbk.vim
+3
-3
3 additions, 3 deletions
runtime/syntax/docbk.vim
with
3 additions
and
3 deletions
runtime/syntax/docbk.vim
+
3
−
3
View file @
47cc7522
...
...
@@ -2,7 +2,7 @@
" Language: DocBook
" Maintainer: Devin Weaver <vim@tritarget.com>
" URL: http://tritarget.com/pub/vim/syntax/docbk.vim
" Last Change:
2002 Sep 04
" Last Change:
$Date$
" Version: $Revision$
" Thanks to Johannes Zellner <johannes@zellner.org> for the default to XML
" suggestion.
...
...
@@ -29,12 +29,12 @@ if !exists('b:docbk_type')
endif
endif
if
'xml'
==
b:docbk_type
doau
FileType
xml
doau
Syntax
xml
syn
cluster xmlTagHook
add
=
docbkKeyword
syn
cluster xmlRegionHook
add
=
docbkRegion
,
docbkTitle
,
docbkRemark
,
docbkCite
syn
case
match
elseif
'sgml'
==
b:docbk_type
doau
FileType
sgml
doau
Syntax
sgml
syn
cluster sgmlTagHook
add
=
docbkKeyword
syn
cluster sgmlRegionHook
add
=
docbkRegion
,
docbkTitle
,
docbkRemark
,
docbkCite
syn
case ignore
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment