comparison runtime/syntax/aspvbs.vim @ 22:cc049b00ee70

updated for version 7.0014
author vimboss
date Thu, 02 Sep 2004 19:12:26 +0000
parents 3fc0f57ecb91
children e63691e7c504
comparison
equal deleted inserted replaced
21:db5102f7e29f 22:cc049b00ee70
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Microsoft VBScript Web Content (ASP) 2 " Language: Microsoft VBScript Web Content (ASP)
3 " Maintainer: Devin Weaver <ktohg@tritarget.com> 3 " Maintainer: Devin Weaver <ktohg@tritarget.com> (non-functional)
4 " URL: http://tritarget.com/pub/vim/syntax/aspvbs.vim 4 " URL: http://tritarget.com/pub/vim/syntax/aspvbs.vim (broken)
5 " Last Change: 2003 Apr 25 5 " Last Change: 2004 Jul 29
6 " Version: $Revision$ 6 " Version: $Revision$
7 " Thanks to Jay-Jay <vim@jay-jay.net> for a syntax sync hack, hungarian 7 " Thanks to Jay-Jay <vim@jay-jay.net> for a syntax sync hack, hungarian
8 " notation, and extra highlighting. 8 " notation, and extra highlighting.
9 " Thanks to patrick dehne <patrick@steidle.net> for the folding code. 9 " Thanks to patrick dehne <patrick@steidle.net> for the folding code.
10 " Thanks to Dean Hall <hall@apt7.com> for testing the use of classes in 10 " Thanks to Dean Hall <hall@apt7.com> for testing the use of classes in
106 syn keyword AspVBSMethods contained GetSpecialFolder GetTempName Items Keys Move 106 syn keyword AspVBSMethods contained GetSpecialFolder GetTempName Items Keys Move
107 syn keyword AspVBSMethods contained MoveFile MoveFolder OpenAsTextStream 107 syn keyword AspVBSMethods contained MoveFile MoveFolder OpenAsTextStream
108 syn keyword AspVBSMethods contained OpenTextFile Raise Read ReadAll ReadLine Remove 108 syn keyword AspVBSMethods contained OpenTextFile Raise Read ReadAll ReadLine Remove
109 syn keyword AspVBSMethods contained RemoveAll Skip SkipLine Write WriteBlankLines 109 syn keyword AspVBSMethods contained RemoveAll Skip SkipLine Write WriteBlankLines
110 syn keyword AspVBSMethods contained WriteLine 110 syn keyword AspVBSMethods contained WriteLine
111 syn match AspVBSMethods contained "Response\.\S*" 111 syn match AspVBSMethods contained "Response\.\w*"
112 " Colorize boolean constants: 112 " Colorize boolean constants:
113 syn keyword AspVBSMethods contained true false 113 syn keyword AspVBSMethods contained true false
114 114
115 " AspVBScript Number Contstants 115 " AspVBScript Number Contstants
116 " Integer number, or floating point number without a dot. 116 " Integer number, or floating point number without a dot.