Searched +refs:xml +refs:skip +refs:dtd (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxml.vim7 " Filenames: *.xml
8 " $Id: xml.vim,v 1.3 2006/04/11 21:32:00 vimboss Exp $
24 " [1] http://www.w3.org/TR/2000/REC-xml-20001006
65 " punctuation (within attributes) e.g. <tag xml:foo.attribute ...>
134 " use matchgroup=xmlTag to skip over the leading '<'
182 \ skip=+<!--\_.\{-}-->+
208 " &entities; compare with dtd
214 " The real comments (this implements the comments as defined by xml,
215 " but not all xml pages actually conform to it. Errors are flagged.
271 " DTD -- we use dtd
[all...]
H A Ddtd.vim7 " Filenames: *.dtd
90 \ skip=+[-_a-zA-Z0-9.]+
96 " syn region dtdParamEntityDecl oneline matchgroup=dtdParamEntityDPunct start=+<!ENTITY % +lc=8 skip=+[-_a-zA-Z0-9.]+ matchgroup=NONE end="\>" contains=dtdParamEntityDPunct
102 " &entities; compare with xml
107 syn region dtdString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=dtdAttrDef,dtdAttrType,dtdEnum,dtdParamEntityInst,dtdEntity,dtdCard
108 syn region dtdString start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=dtdAttrDef,dtdAttrType,dtdEnum,dtdParamEntityInst,dtdEntity,dtdCard
179 let b:current_syntax = "dtd"
H A Dsgml.vim41 syn region sgmlString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=sgmlEntity,sgmlUnicodeNumberAttr display
42 syn region sgmlString contained start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=sgmlEntity,sgmlUnicodeNumberAttr display
96 syn region sgmlValue contained start=+"+ skip=+\\\\\|\\"+ end=+"+
98 syn region sgmlValue contained start=+'+ skip=+\\\\\|\\'+ end=+'+
120 " use matchgroup=sgmlTag to skip over the leading '<'
196 " as in xml, because end tags may be optional in sgml depending
197 " on the dtd.
241 " &entities; compare with dtd
276 " DTD -- we use dtd.vim here
280 syn include @sgmlDTD <sfile>:p:h/dtd
[all...]
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat111 echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" >"%PLIST%"
112 echo "<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">" >>"%PLIST%"
120 set skip=0 variable
182 set /a skip+=1
203 set /a skip+=1
220 set /a skip+=1
237 set /a skip+=1
257 set /a skip+=1
274 set /a skip+=1
289 set /a score=%pass% + %skip
[all...]

Completed in 85 milliseconds