Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 3521602

Browse files
author
Stuart Rackham
committed
Vim sytnax file: Changed "highlight link" to more usual "hi def link" syntax.
1 parent 60b8b7d commit 3521602

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

syntax/asciidoc.vim

+61-61
Original file line numberDiff line numberDiff line change
@@ -117,67 +117,67 @@ syn region asciidocHLabel start=/^\s*/ end=/\(::\|;;\)\(\s\+\|\\$\)/ oneline con
117117
" Starts with any of the above.
118118
syn region asciidocList start=/^\s*\(-\|\*\{1,5}\)\s/ start=/^\s*\(\(\d\+\.\)\|\.\{1,5}\|\(\a\.\)\|\([ivxIVX]\+)\)\)\s\+/ start=/.\+\(:\{2,4}\|;;\)$/ end=/\(^[=*]\{4,}$\)\@=/ end=/\(^\(+\|--\)\?\s*$\)\@=/ contains=asciidocList.\+,asciidocQuoted.*,asciidocMacroAttributes,asciidocAttributeRef,asciidocEntityRef,asciidocEmail,asciidocURL,asciidocBackslash,asciidocCommentLine,asciidocAttributeList,asciidocToDo
119119

120-
highlight link asciidocAdmonition Special
121-
highlight link asciidocAnchorMacro Macro
122-
highlight link asciidocAttributeEntry Special
123-
highlight link asciidocAttributeList Special
124-
highlight link asciidocAttributeMacro Macro
125-
highlight link asciidocAttributeRef Special
126-
highlight link asciidocBackslash Special
127-
highlight link asciidocBlockTitle Title
128-
highlight link asciidocCallout Label
129-
highlight link asciidocCommentBlock Comment
130-
highlight link asciidocCommentLine Comment
131-
highlight link asciidocDoubleDollarPassthrough Special
132-
highlight link asciidocEmail Macro
133-
highlight link asciidocEntityRef Special
134-
highlight link asciidocExampleBlockDelimiter Type
135-
highlight link asciidocFilterBlock Type
136-
highlight link asciidocHLabel Label
137-
highlight link asciidocIdMarker Special
138-
highlight link asciidocIndexTerm Macro
139-
highlight link asciidocLineBreak Special
140-
highlight link asciidocOpenBlockDelimiter Label
141-
highlight link asciidocListBullet Label
142-
highlight link asciidocListContinuation Label
143-
highlight link asciidocListingBlock Identifier
144-
highlight link asciidocListLabel Label
145-
highlight link asciidocListNumber Label
146-
highlight link asciidocLiteralBlock Identifier
147-
highlight link asciidocLiteralParagraph Identifier
148-
highlight link asciidocMacroAttributes Label
149-
highlight link asciidocMacro Macro
150-
highlight link asciidocOneLineTitle Title
151-
highlight link asciidocPagebreak Type
152-
highlight link asciidocPassthroughBlock Identifier
153-
highlight link asciidocQuoteBlockDelimiter Type
154-
highlight link asciidocQuotedAttributeList Special
155-
highlight link asciidocQuotedBold Special
156-
highlight link asciidocQuotedDoubleQuoted Label
157-
highlight link asciidocQuotedEmphasized2 Type
158-
highlight link asciidocQuotedEmphasized Type
159-
highlight link asciidocQuotedMonospaced2 Identifier
160-
highlight link asciidocQuotedMonospaced Identifier
161-
highlight link asciidocQuotedSingleQuoted Label
162-
highlight link asciidocQuotedSubscript Type
163-
highlight link asciidocQuotedSuperscript Type
164-
highlight link asciidocQuotedUnconstrainedBold Special
165-
highlight link asciidocQuotedUnconstrainedEmphasized Type
166-
highlight link asciidocQuotedUnconstrainedMonospaced Identifier
167-
highlight link asciidocRefMacro Macro
168-
highlight link asciidocRuler Type
169-
highlight link asciidocSidebarDelimiter Type
170-
highlight link asciidocTableBlock2 NONE
171-
highlight link asciidocTableBlock NONE
172-
highlight link asciidocTableDelimiter2 Label
173-
highlight link asciidocTableDelimiter Label
174-
highlight link asciidocTable_OLD Type
175-
highlight link asciidocTablePrefix2 Label
176-
highlight link asciidocTablePrefix Label
177-
highlight link asciidocToDo Todo
178-
highlight link asciidocTriplePlusPassthrough Special
179-
highlight link asciidocTwoLineTitle Title
180-
highlight link asciidocURL Macro
120+
hi def link asciidocAdmonition Special
121+
hi def link asciidocAnchorMacro Macro
122+
hi def link asciidocAttributeEntry Special
123+
hi def link asciidocAttributeList Special
124+
hi def link asciidocAttributeMacro Macro
125+
hi def link asciidocAttributeRef Special
126+
hi def link asciidocBackslash Special
127+
hi def link asciidocBlockTitle Title
128+
hi def link asciidocCallout Label
129+
hi def link asciidocCommentBlock Comment
130+
hi def link asciidocCommentLine Comment
131+
hi def link asciidocDoubleDollarPassthrough Special
132+
hi def link asciidocEmail Macro
133+
hi def link asciidocEntityRef Special
134+
hi def link asciidocExampleBlockDelimiter Type
135+
hi def link asciidocFilterBlock Type
136+
hi def link asciidocHLabel Label
137+
hi def link asciidocIdMarker Special
138+
hi def link asciidocIndexTerm Macro
139+
hi def link asciidocLineBreak Special
140+
hi def link asciidocOpenBlockDelimiter Label
141+
hi def link asciidocListBullet Label
142+
hi def link asciidocListContinuation Label
143+
hi def link asciidocListingBlock Identifier
144+
hi def link asciidocListLabel Label
145+
hi def link asciidocListNumber Label
146+
hi def link asciidocLiteralBlock Identifier
147+
hi def link asciidocLiteralParagraph Identifier
148+
hi def link asciidocMacroAttributes Label
149+
hi def link asciidocMacro Macro
150+
hi def link asciidocOneLineTitle Title
151+
hi def link asciidocPagebreak Type
152+
hi def link asciidocPassthroughBlock Identifier
153+
hi def link asciidocQuoteBlockDelimiter Type
154+
hi def link asciidocQuotedAttributeList Special
155+
hi def link asciidocQuotedBold Special
156+
hi def link asciidocQuotedDoubleQuoted Label
157+
hi def link asciidocQuotedEmphasized2 Type
158+
hi def link asciidocQuotedEmphasized Type
159+
hi def link asciidocQuotedMonospaced2 Identifier
160+
hi def link asciidocQuotedMonospaced Identifier
161+
hi def link asciidocQuotedSingleQuoted Label
162+
hi def link asciidocQuotedSubscript Type
163+
hi def link asciidocQuotedSuperscript Type
164+
hi def link asciidocQuotedUnconstrainedBold Special
165+
hi def link asciidocQuotedUnconstrainedEmphasized Type
166+
hi def link asciidocQuotedUnconstrainedMonospaced Identifier
167+
hi def link asciidocRefMacro Macro
168+
hi def link asciidocRuler Type
169+
hi def link asciidocSidebarDelimiter Type
170+
hi def link asciidocTableBlock2 NONE
171+
hi def link asciidocTableBlock NONE
172+
hi def link asciidocTableDelimiter2 Label
173+
hi def link asciidocTableDelimiter Label
174+
hi def link asciidocTable_OLD Type
175+
hi def link asciidocTablePrefix2 Label
176+
hi def link asciidocTablePrefix Label
177+
hi def link asciidocToDo Todo
178+
hi def link asciidocTriplePlusPassthrough Special
179+
hi def link asciidocTwoLineTitle Title
180+
hi def link asciidocURL Macro
181181
let b:current_syntax = "asciidoc"
182182

183183
" vim: wrap et sw=2 sts=2:

0 commit comments

Comments
 (0)