ver 2009.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +1404 -0
- data/MANIFEST +187 -0
- data/Rakefile +30 -0
- data/TODO +169 -0
- data/bin/ver +19 -0
- data/config/detect.rb +109 -0
- data/config/keymap/vim.rb +239 -0
- data/config/rc.rb +0 -0
- data/config/scratch +3 -0
- data/config/syntax/ANTLR.json +275 -0
- data/config/syntax/ASP VB.net.json +228 -0
- data/config/syntax/ASP.json +135 -0
- data/config/syntax/ActionScript.json +168 -0
- data/config/syntax/Ada.json +108 -0
- data/config/syntax/Apache.json +342 -0
- data/config/syntax/AppleScript.json +721 -0
- data/config/syntax/Bibtex.json +253 -0
- data/config/syntax/Blog (HTML).json +47 -0
- data/config/syntax/Blog (Markdown).json +50 -0
- data/config/syntax/Blog (Text).json +45 -0
- data/config/syntax/Blog (Textile).json +45 -0
- data/config/syntax/Bulletin Board.json +428 -0
- data/config/syntax/C++.json +323 -0
- data/config/syntax/C.json +694 -0
- data/config/syntax/CSS.json +346 -0
- data/config/syntax/DOT.json +79 -0
- data/config/syntax/Diff.json +136 -0
- data/config/syntax/Dylan.json +104 -0
- data/config/syntax/Eiffel.json +128 -0
- data/config/syntax/Erlang.json +1636 -0
- data/config/syntax/F-Script.json +137 -0
- data/config/syntax/FXScript.json +260 -0
- data/config/syntax/Gri.json +141 -0
- data/config/syntax/HTML (Mason).json +207 -0
- data/config/syntax/HTML (Rails).json +52 -0
- data/config/syntax/HTML (Tcl).json +42 -0
- data/config/syntax/HTML for ASP.net.json +736 -0
- data/config/syntax/HTML-ASP.json +45 -0
- data/config/syntax/HTML.json +614 -0
- data/config/syntax/Haskell.json +407 -0
- data/config/syntax/Inform.json +80 -0
- data/config/syntax/Ini.json +91 -0
- data/config/syntax/Io.json +142 -0
- data/config/syntax/Java.json +745 -0
- data/config/syntax/JavaProperties.json +42 -0
- data/config/syntax/JavaScript.json +446 -0
- data/config/syntax/LaTeX Beamer.json +65 -0
- data/config/syntax/LaTeX Log.json +88 -0
- data/config/syntax/LaTeX.json +962 -0
- data/config/syntax/Lighttpd.json +93 -0
- data/config/syntax/Lisp.json +101 -0
- data/config/syntax/Literate Haskell.json +55 -0
- data/config/syntax/Logtalk.json +289 -0
- data/config/syntax/Lua.json +146 -0
- data/config/syntax/M.json +744 -0
- data/config/syntax/MEL.json +161 -0
- data/config/syntax/MIPS.json +114 -0
- data/config/syntax/Mail.json +224 -0
- data/config/syntax/Makefile.json +66 -0
- data/config/syntax/Markdown.json +644 -0
- data/config/syntax/Modula-3.json +80 -0
- data/config/syntax/Movable Type.json +348 -0
- data/config/syntax/OCaml.json +1391 -0
- data/config/syntax/Objective-C++.json +21 -0
- data/config/syntax/OpenGL.json +24 -0
- data/config/syntax/PHP.json +2184 -0
- data/config/syntax/Pascal.json +128 -0
- data/config/syntax/Perl.json +2091 -0
- data/config/syntax/Plain text.json +49 -0
- data/config/syntax/Processing.json +188 -0
- data/config/syntax/Quake3 Config.json +54 -0
- data/config/syntax/R.json +157 -0
- data/config/syntax/Rez.json +137 -0
- data/config/syntax/Ruby on Rails.json +170 -0
- data/config/syntax/Ruby.json +1753 -0
- data/config/syntax/SQL (Rails).json +31 -0
- data/config/syntax/SQL.json +435 -0
- data/config/syntax/SWIG.json +96 -0
- data/config/syntax/Scheme.json +359 -0
- data/config/syntax/Shell-Unix-Generic.json +1198 -0
- data/config/syntax/Slate.json +265 -0
- data/config/syntax/Smarty.json +110 -0
- data/config/syntax/Standard ML.json +322 -0
- data/config/syntax/Subversion commit message.json +62 -0
- data/config/syntax/Tcl.json +278 -0
- data/config/syntax/TeX Math.json +83 -0
- data/config/syntax/TeX.json +157 -0
- data/config/syntax/Textile.json +273 -0
- data/config/syntax/Twiki.json +436 -0
- data/config/syntax/Vectorscript.json +97 -0
- data/config/syntax/XML strict.json +148 -0
- data/config/syntax/XML.json +301 -0
- data/config/syntax/XSL.json +96 -0
- data/config/syntax/YAML.json +293 -0
- data/config/syntax/iCalendar.json +51 -0
- data/config/syntax/reStructuredText.json +403 -0
- data/config/theme/Active4D.json +260 -0
- data/config/theme/All Hallow's Eve.json +171 -0
- data/config/theme/Amy.json +359 -0
- data/config/theme/BBEdit.json +269 -0
- data/config/theme/Bespin.json +322 -0
- data/config/theme/Blackboard.json +215 -0
- data/config/theme/BoysAndGirls01.json +156 -0
- data/config/theme/Brilliance Black.json +1695 -0
- data/config/theme/Brilliance Dull.json +1451 -0
- data/config/theme/Classic Modified.json +288 -0
- data/config/theme/Cobalt.json +345 -0
- data/config/theme/Cool Glow.json +215 -0
- data/config/theme/Dawn.json +258 -0
- data/config/theme/Eiffel.json +270 -0
- data/config/theme/Espresso Libre.json +247 -0
- data/config/theme/Fluidvision.json +272 -0
- data/config/theme/IDLE.json +159 -0
- data/config/theme/LAZY.json +178 -0
- data/config/theme/Mac Classic.json +277 -0
- data/config/theme/MagicWB (Amiga).json +231 -0
- data/config/theme/Merbivore Soft.json +181 -0
- data/config/theme/Merbivore.json +181 -0
- data/config/theme/Monokai.json +177 -0
- data/config/theme/Notepad2.json +166 -0
- data/config/theme/Pastels on Dark.json +437 -0
- data/config/theme/RubyBlue.json +226 -0
- data/config/theme/Sin City 2.json +361 -0
- data/config/theme/Slate.json +270 -0
- data/config/theme/Slush & Poppies.json +232 -0
- data/config/theme/SpaceCadet.json +143 -0
- data/config/theme/Sunburst.json +415 -0
- data/config/theme/Twilight BG FG.json +633 -0
- data/config/theme/Twilight.json +321 -0
- data/config/theme/Whys Poignant.json +119 -0
- data/config/theme/Zenburnesque.json +237 -0
- data/config/theme/barf.json +155 -0
- data/config/theme/fake.json +418 -0
- data/config/theme/happydeluxe.json +114 -0
- data/config/theme/iLife 05.json +393 -0
- data/config/theme/iPlastic.json +177 -0
- data/config/theme/mintBlue Dark.json +414 -0
- data/config/theme/mintBlue.json +415 -0
- data/config/theme/monoindustrial.json +276 -0
- data/config/theme/starlight.json +67 -0
- data/config/tutorial +74 -0
- data/config/welcome +115 -0
- data/help/index.verh +14 -0
- data/lib/ver.rb +156 -0
- data/lib/ver/entry.rb +97 -0
- data/lib/ver/keymap.rb +96 -0
- data/lib/ver/layout.rb +107 -0
- data/lib/ver/methods.rb +19 -0
- data/lib/ver/methods/completion.rb +116 -0
- data/lib/ver/methods/control.rb +340 -0
- data/lib/ver/methods/insert.rb +6 -0
- data/lib/ver/methods/move.rb +65 -0
- data/lib/ver/methods/search.rb +33 -0
- data/lib/ver/methods/select.rb +145 -0
- data/lib/ver/methods/views.rb +21 -0
- data/lib/ver/mode.rb +160 -0
- data/lib/ver/options.rb +207 -0
- data/lib/ver/plist.rb +106 -0
- data/lib/ver/status.rb +67 -0
- data/lib/ver/syntax.rb +68 -0
- data/lib/ver/syntax/detector.rb +53 -0
- data/lib/ver/syntax/processor.rb +48 -0
- data/lib/ver/text.rb +374 -0
- data/lib/ver/textpow.rb +357 -0
- data/lib/ver/theme.rb +162 -0
- data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
- data/lib/ver/view.rb +163 -0
- data/lib/ver/view/entry.rb +28 -0
- data/lib/ver/view/list.rb +137 -0
- data/lib/ver/view/list/buffer.rb +27 -0
- data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
- data/lib/ver/view/list/syntax.rb +13 -0
- data/lib/ver/view/list/theme.rb +13 -0
- data/spec/keymap.rb +224 -0
- data/tasks/bacon.rake +49 -0
- data/tasks/changelog.rake +18 -0
- data/tasks/gem.rake +22 -0
- data/tasks/gem_installer.rake +76 -0
- data/tasks/grancher.rake +12 -0
- data/tasks/install_dependencies.rake +6 -0
- data/tasks/manifest.rake +4 -0
- data/tasks/plist2json.rake +35 -0
- data/tasks/rcov.rake +18 -0
- data/tasks/release.rake +12 -0
- data/tasks/reversion.rake +8 -0
- data/tasks/syntax_list.rake +31 -0
- data/ver.gemspec +29 -0
- metadata +241 -0
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "Modified from the original ASP bundle. Originally modified by Thomas Aylott subtleGradient.com",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"vb"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "(<(?i:(head|table|div|style|script|ul|ol|form|dl))\\b.*?>|\\{|^\\s*<?%?\\s*'?\\s*(?i:(sub|private\\s+Sub|public\\s+Sub|function|if|while|For))\\s*.*$)",
|
|
7
|
+
"foldingStopMarker": "(<\/(?i:(head|table|div|style|script|ul|ol|form|dl))>?|\\}|^\\s*<?%?\\s*\\s*'?\\s*(?i:(end|Next))\\s*.*$)",
|
|
8
|
+
"keyEquivalent": "^~A",
|
|
9
|
+
"name": "ASP vb.NET",
|
|
10
|
+
"patterns": [
|
|
11
|
+
{
|
|
12
|
+
"match": "\\n",
|
|
13
|
+
"name": "meta.ending-space"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"include": "#round-brackets"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"begin": "^(?=\\t)",
|
|
20
|
+
"end": "(?=[^\\t])",
|
|
21
|
+
"name": "meta.leading-space",
|
|
22
|
+
"patterns": [
|
|
23
|
+
{
|
|
24
|
+
"captures": {
|
|
25
|
+
"1": {
|
|
26
|
+
"name": "meta.odd-tab.tabs"
|
|
27
|
+
},
|
|
28
|
+
"2": {
|
|
29
|
+
"name": "meta.even-tab.tabs"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"match": "(\\t)(\\t)?"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"begin": "^(?= )",
|
|
38
|
+
"end": "(?=[^ ])",
|
|
39
|
+
"name": "meta.leading-space",
|
|
40
|
+
"patterns": [
|
|
41
|
+
{
|
|
42
|
+
"captures": {
|
|
43
|
+
"1": {
|
|
44
|
+
"name": "meta.odd-tab.spaces"
|
|
45
|
+
},
|
|
46
|
+
"2": {
|
|
47
|
+
"name": "meta.even-tab.spaces"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"match": "( )( )?"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"captures": {
|
|
56
|
+
"1": {
|
|
57
|
+
"name": "storage.type.function.asp"
|
|
58
|
+
},
|
|
59
|
+
"2": {
|
|
60
|
+
"name": "entity.name.function.asp"
|
|
61
|
+
},
|
|
62
|
+
"3": {
|
|
63
|
+
"name": "punctuation.definition.parameters.asp"
|
|
64
|
+
},
|
|
65
|
+
"4": {
|
|
66
|
+
"name": "variable.parameter.function.asp"
|
|
67
|
+
},
|
|
68
|
+
"5": {
|
|
69
|
+
"name": "punctuation.definition.parameters.asp"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?",
|
|
73
|
+
"name": "meta.function.asp"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"begin": "'",
|
|
77
|
+
"beginCaptures": {
|
|
78
|
+
"0": {
|
|
79
|
+
"name": "punctuation.definition.comment.asp"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"end": "(?=(\\n|%>))",
|
|
83
|
+
"name": "comment.line.apostrophe.asp"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"match": "(?i:\\b(If|Then|Else|ElseIf|Else If|End If|While|Wend|For|To|Each|Case|Select|End Select|Return|Continue|Do|Until|Loop|Next|With|Exit Do|Exit For|Exit Function|Exit Property|Exit Sub|IIf)\\b)",
|
|
87
|
+
"name": "keyword.control.asp"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"match": "(?i:\\b(Mod|And|Not|Or|Xor|as)\\b)",
|
|
91
|
+
"name": "keyword.operator.asp"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"captures": {
|
|
95
|
+
"1": {
|
|
96
|
+
"name": "storage.type.asp"
|
|
97
|
+
},
|
|
98
|
+
"2": {
|
|
99
|
+
"name": "variable.other.bfeac.asp"
|
|
100
|
+
},
|
|
101
|
+
"3": {
|
|
102
|
+
"name": "meta.separator.comma.asp"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"match": "(?i:(dim)\\s*(?:(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b)\\s*(,?)))",
|
|
106
|
+
"name": "variable.other.dim.asp"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"match": "(?i:\\s*\\b(Call|Class|Const|Dim|Redim|Function|Sub|Private Sub|Public Sub|End sub|End Function|Set|Let|Get|New|Randomize|Option Explicit|On Error Resume Next|On Error GoTo)\\b\\s*)",
|
|
110
|
+
"name": "storage.type.asp"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"match": "(?i:\\b(Private|Public|Default)\\b)",
|
|
114
|
+
"name": "storage.modifier.asp"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"match": "(?i:\\s*\\b(Empty|False|Nothing|Null|True)\\b)",
|
|
118
|
+
"name": "constant.language.asp"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"begin": "\"",
|
|
122
|
+
"beginCaptures": {
|
|
123
|
+
"0": {
|
|
124
|
+
"name": "punctuation.definition.string.begin.asp"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"end": "\"",
|
|
128
|
+
"endCaptures": {
|
|
129
|
+
"0": {
|
|
130
|
+
"name": "punctuation.definition.string.end.asp"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"name": "string.quoted.double.asp",
|
|
134
|
+
"patterns": [
|
|
135
|
+
{
|
|
136
|
+
"match": "\"\"",
|
|
137
|
+
"name": "constant.character.escape.apostrophe.asp"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"captures": {
|
|
143
|
+
"1": {
|
|
144
|
+
"name": "punctuation.definition.variable.asp"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b\\s*",
|
|
148
|
+
"name": "variable.other.asp"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"match": "(?i:\\b(Application|ObjectContext|Request|Response|Server|Session)\\b)",
|
|
152
|
+
"name": "support.class.asp"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"match": "(?i:\\b(Contents|StaticObjects|ClientCertificate|Cookies|Form|QueryString|ServerVariables)\\b)",
|
|
156
|
+
"name": "support.class.collection.asp"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"match": "(?i:\\b(TotalBytes|Buffer|CacheControl|Charset|ContentType|Expires|ExpiresAbsolute|IsClientConnected|PICS|Status|ScriptTimeout|CodePage|LCID|SessionID|Timeout)\\b)",
|
|
160
|
+
"name": "support.constant.asp"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"match": "(?i:\\b(Lock|Unlock|SetAbort|SetComplete|BianryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon|Convert|Regex)\\b)",
|
|
164
|
+
"name": "support.function.asp"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"match": "(?i:\\b(Application_OnEnd|Application_OnStart|OnTransactionAbort|OnTransactionCommit|Session_OnEnd|Session_OnStart)\\b)",
|
|
168
|
+
"name": "support.function.event.asp"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"match": "(?i:(?<=as )(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b))",
|
|
172
|
+
"name": "support.type.vb.asp"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"match": "(?i:\\b(Array|Add|Asc|Atn|CBool|CByte|CCur|CDate|CDbl|Chr|CInt|CLng|Conversions|Cos|CreateObject|CSng|CStr|Date|DateAdd|DateDiff|DatePart|DateSerial|DateValue|Day|Derived|Math|Escape|Eval|Exists|Exp|Filter|FormatCurrency|FormatDateTime|FormatNumber|FormatPercent|GetLocale|GetObject|GetRef|Hex|Hour|InputBox|InStr|InStrRev|Int|Fix|IsArray|IsDate|IsEmpty|IsNull|IsNumeric|IsObject|Item|Items|Join|Keys|LBound|LCase|Left|Len|LoadPicture|Log|LTrim|RTrim|Trim|Maths|Mid|Minute|Month|MonthName|MsgBox|Now|Oct|Remove|RemoveAll|Replace|RGB|Right|Rnd|Round|ScriptEngine|ScriptEngineBuildVersion|ScriptEngineMajorVersion|ScriptEngineMinorVersion|Second|SetLocale|Sgn|Sin|Space|Split|Sqr|StrComp|String|StrReverse|Tan|Time|Timer|TimeSerial|TimeValue|TypeName|UBound|UCase|Unescape|VarType|Weekday|WeekdayName|Year)\\b)",
|
|
176
|
+
"name": "support.function.vb.asp"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"match": "-?\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\\b",
|
|
180
|
+
"name": "constant.numeric.asp"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"match": "(?i:\\b(vbtrue|fvbalse|vbcr|vbcrlf|vbformfeed|vblf|vbnewline|vbnullchar|vbnullstring|int32|vbtab|vbverticaltab|vbbinarycompare|vbtextcomparevbsunday|vbmonday|vbtuesday|vbwednesday|vbthursday|vbfriday|vbsaturday|vbusesystemdayofweek|vbfirstjan1|vbfirstfourdays|vbfirstfullweek|vbgeneraldate|vblongdate|vbshortdate|vblongtime|vbshorttime|vbobjecterror|vbEmpty|vbNull|vbInteger|vbLong|vbSingle|vbDouble|vbCurrency|vbDate|vbString|vbObject|vbError|vbBoolean|vbVariant|vbDataObject|vbDecimal|vbByte|vbArray)\\b)",
|
|
184
|
+
"name": "support.type.vb.asp"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"captures": {
|
|
188
|
+
"1": {
|
|
189
|
+
"name": "entity.name.function.asp"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"match": "(?i:(\\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b)(?=\\(\\)?))",
|
|
193
|
+
"name": "support.function.asp"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"match": "(?i:((?<=(\\+|=|-|\\&|\\\\|\/|<|>|\\(|,))\\s*\\b([a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?)\\b(?!(\\(|\\.))|\\b([a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?)\\b(?=\\s*(\\+|=|-|\\&|\\\\|\/|<|>|\\(|\\)))))",
|
|
197
|
+
"name": "variable.other.asp"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"match": "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|\/=|%=|\\+=|\\-=|&=|\\^=|\\b(in|instanceof|new|delete|typeof|void)\\b",
|
|
201
|
+
"name": "keyword.operator.js"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"repository": {
|
|
205
|
+
"round-brackets": {
|
|
206
|
+
"begin": "\\(",
|
|
207
|
+
"beginCaptures": {
|
|
208
|
+
"0": {
|
|
209
|
+
"name": "punctuation.section.round-brackets.begin.asp"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"end": "\\)",
|
|
213
|
+
"endCaptures": {
|
|
214
|
+
"0": {
|
|
215
|
+
"name": "punctuation.section.round-brackets.end.asp"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"name": "meta.round-brackets",
|
|
219
|
+
"patterns": [
|
|
220
|
+
{
|
|
221
|
+
"include": "source.asp.vb.net"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"scopeName": "source.asp.vb.net",
|
|
227
|
+
"uuid": "7F9C9343-D48E-4E7D-BFE8-F680714DCD3E"
|
|
228
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "ASP SCRIPTING DICTIONARY \u2013 By Rich Barton: Version 1.0 (based on PHP Scripting Dictionary by Justin French, Sune Foldager and Allan Odgaard) Note: .asp is handled by asp\/html",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"asa"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "(?i)^\\s*(Public|Private)?\\s*(Class|Function|Sub|Property)\\s*([a-zA-Z_]\\w*)\\s*(\\(.*\\)\\s*)?$",
|
|
7
|
+
"foldingStopMarker": "(?i)^\\s*End (Class|Function|Sub|Property)\\s*$",
|
|
8
|
+
"keyEquivalent": "^~A",
|
|
9
|
+
"name": "ASP",
|
|
10
|
+
"patterns": [
|
|
11
|
+
{
|
|
12
|
+
"captures": {
|
|
13
|
+
"1": {
|
|
14
|
+
"name": "storage.type.function.asp"
|
|
15
|
+
},
|
|
16
|
+
"2": {
|
|
17
|
+
"name": "entity.name.function.asp"
|
|
18
|
+
},
|
|
19
|
+
"3": {
|
|
20
|
+
"name": "punctuation.definition.parameters.asp"
|
|
21
|
+
},
|
|
22
|
+
"4": {
|
|
23
|
+
"name": "variable.parameter.function.asp"
|
|
24
|
+
},
|
|
25
|
+
"5": {
|
|
26
|
+
"name": "punctuation.definition.parameters.asp"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"match": "^\\s*((?i:function|sub))\\s*([a-zA-Z_]\\w*)\\s*(\\()([^)]*)(\\)).*\\n?",
|
|
30
|
+
"name": "meta.function.asp"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"captures": {
|
|
34
|
+
"1": {
|
|
35
|
+
"name": "punctuation.definition.comment.asp"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"match": "(').*$\\n?",
|
|
39
|
+
"name": "comment.line.apostrophe.asp"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"captures": {
|
|
43
|
+
"1": {
|
|
44
|
+
"name": "punctuation.definition.comment.asp"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"match": "(REM ).*$\\n?",
|
|
48
|
+
"name": "comment.line.rem.asp"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"match": "(?i:\\b(If|Then|Else|ElseIf|End If|While|Wend|For|To|Each|In|Step|Case|Select|End Select|Return|Continue|Do|Until|Loop|Next|With|Exit Do|Exit For|Exit Function|Exit Property|Exit Sub)\\b)",
|
|
52
|
+
"name": "keyword.control.asp"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"match": "=|>=|<|>|<|<>|\\+|-|\\*|\\^|&|\\b(?i:(Mod|And|Not|Or|Xor|Is))\\b",
|
|
56
|
+
"name": "keyword.operator.asp"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"match": "(?i:\\b(Call|Class|Const|Dim|Redim|Function|Sub|Property|End Property|End sub|End Function|Set|Let|Get|New|Randomize|Option Explicit|On Error Resume Next|On Error GoTo)\\b)",
|
|
60
|
+
"name": "storage.type.asp"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"match": "(?i:\\b(Private|Public|Default)\\b)",
|
|
64
|
+
"name": "storage.modifier.asp"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"match": "(?i:\\b(Empty|False|Nothing|Null|True)\\b)",
|
|
68
|
+
"name": "constant.language.asp"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"begin": "\"",
|
|
72
|
+
"beginCaptures": {
|
|
73
|
+
"0": {
|
|
74
|
+
"name": "punctuation.definition.string.begin.asp"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"end": "\"(?!\")",
|
|
78
|
+
"endCaptures": {
|
|
79
|
+
"0": {
|
|
80
|
+
"name": "punctuation.definition.string.end.asp"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"name": "string.quoted.double.asp",
|
|
84
|
+
"patterns": [
|
|
85
|
+
{
|
|
86
|
+
"match": "\"\"",
|
|
87
|
+
"name": "constant.character.escape.apostrophe.asp"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"captures": {
|
|
93
|
+
"1": {
|
|
94
|
+
"name": "punctuation.definition.variable.asp"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"match": "(\\$)[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\\b",
|
|
98
|
+
"name": "variable.other.asp"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"match": "(?i:\\b(Application|ObjectContext|Request|Response|Server|Session)\\b)",
|
|
102
|
+
"name": "support.class.asp"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"match": "(?i:\\b(Contents|StaticObjects|ClientCertificate|Cookies|Form|QueryString|ServerVariables)\\b)",
|
|
106
|
+
"name": "support.class.collection.asp"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"match": "(?i:\\b(TotalBytes|Buffer|CacheControl|Charset|ContentType|Expires|ExpiresAbsolute|IsClientConnected|PICS|Status|ScriptTimeout|CodePage|LCID|SessionID|Timeout)\\b)",
|
|
110
|
+
"name": "support.constant.asp"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"match": "(?i:\\b(Lock|Unlock|SetAbort|SetComplete|BianryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon)\\b)",
|
|
114
|
+
"name": "support.function.asp"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"match": "(?i:\\b(Application_OnEnd|Application_OnStart|OnTransactionAbort|OnTransactionCommit|Session_OnEnd|Session_OnStart|Class_Initialize|Class_Terminate)\\b)",
|
|
118
|
+
"name": "support.function.event.asp"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"match": "(?i:\\b(Array|Add|Asc|Atn|CBool|CByte|CCur|CDate|CDbl|Chr|CInt|CLng|Conversions|Cos|CreateObject|CSng|CStr|Date|DateAdd|DateDiff|DatePart|DateSerial|DateValue|Day|Derived|Math|Escape|Eval|Exists|Exp|Filter|FormatCurrency|FormatDateTime|FormatNumber|FormatPercent|GetLocale|GetObject|GetRef|Hex|Hour|InputBox|InStr|InStrRev|Int|Fix|IsArray|IsDate|IsEmpty|IsNull|IsNumeric|IsObject|Item|Items|Join|Keys|LBound|LCase|Left|Len|LoadPicture|Log|LTrim|RTrim|Trim|Maths|Mid|Minute|Month|MonthName|MsgBox|Now|Oct|Remove|RemoveAll|Replace|RGB|Right|Rnd|Round|ScriptEngine|ScriptEngineBuildVersion|ScriptEngineMajorVersion|ScriptEngineMinorVersion|Second|SetLocale|Sgn|Sin|Space|Split|Sqr|StrComp|String|StrReverse|Tan|Time|Timer|TimeSerial|TimeValue|TypeName|UBound|UCase|Unescape|VarType|Weekday|WeekdayName|Year)\\b)",
|
|
122
|
+
"name": "support.function.vb.asp"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\\b",
|
|
126
|
+
"name": "constant.numeric.asp"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"match": "(?i:\\b(vbtrue|fvbalse|vbcr|vbcrlf|vbformfeed|vblf|vbnewline|vbnullchar|vbnullstring|vbtab|vbverticaltab|vbbinarycompare|vbtextcomparevbsunday|vbmonday|vbtuesday|vbwednesday|vbthursday|vbfriday|vbsaturday|vbusesystemdayofweek|vbfirstjan1|vbfirstfourdays|vbfirstfullweek|vbgeneraldate|vblongdate|vbshortdate|vblongtime|vbshorttime|vbobjecterror|vbEmpty|vbNull|vbInteger|vbLong|vbSingle|vbDouble|vbCurrency|vbDate|vbString|vbObject|vbError|vbBoolean|vbVariant|vbDataObject|vbDecimal|vbByte|vbArray)\\b)",
|
|
130
|
+
"name": "support.type.vb.asp"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"scopeName": "source.asp",
|
|
134
|
+
"uuid": "291022B4-6B1D-11D9-90EB-000D93589AF6"
|
|
135
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
"as"
|
|
4
|
+
],
|
|
5
|
+
"foldingStartMarker": "(\/\\*\\*|\\{\\s*$)",
|
|
6
|
+
"foldingStopMarker": "(\\*\\*\/|^\\s*\\})",
|
|
7
|
+
"keyEquivalent": "^~A",
|
|
8
|
+
"name": "ActionScript",
|
|
9
|
+
"patterns": [
|
|
10
|
+
{
|
|
11
|
+
"match": "\\b(R(ecordset|DBMSResolver|adioButton(Group)?)|X(ML(Socket|Node|Connector)?|UpdateResolverDataHolder)|M(M(Save|Execute)|icrophoneMicrophone|o(use|vieClip(Loader)?)|e(nu(Bar)?|dia(Controller|Display|Playback))|ath)|B(yName|inding|utton)|S(haredObject|ystem|crollPane|t(yleSheet|age|ream)|ound|e(ndEvent|rviceObject)|OAPCall|lide)|N(umericStepper|et(stream|S(tream|ervices)|Connection|Debug(Config)?))|C(heckBox|o(ntextMenu(Item)?|okie|lor|m(ponentMixins|boBox))|ustomActions|lient|amera)|T(ypedValue|ext(Snapshot|Input|F(ield|ormat)|Area)|ree|AB)|Object|D(ownload|elta(Item|Packet)?|at(e(Chooser|Field)?|a(G(lue|rid)|Set|Type)))|U(RL|TC|IScrollBar)|P(opUpManager|endingCall|r(intJob|o(duct|gressBar)))|E(ndPoint|rror)|Video|Key|F(RadioButton|GridColumn|MessageBox|BarChart|S(croll(Bar|Pane)|tyleFormat|plitView)|orm|C(heckbox|omboBox|alendar)|unction|T(icker|ooltip(Lite)?|ree(Node)?)|IconButton|D(ataGrid|raggablePane)|P(ieChart|ushButton|ro(gressBar|mptBox))|L(i(stBox|neChart)|oadingBox)|AdvancedMessageBox)|W(indow|SDLURL|ebService(Connector)?)|L(ist|o(calConnection|ad(er|Vars)|g)|a(unch|bel))|A(sBroadcaster|cc(ordion|essibility)|S(Set(Native|PropFlags)|N(ew|ative)|C(onstructor|lamp(2)?)|InstanceOf)|pplication|lert|rray))\\b",
|
|
12
|
+
"name": "support.class.actionscript.2"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"match": "\\b(s(h(ift|ow(GridLines|Menu|Border|Settings|Headers|ColumnHeaders|Today|Preferences)?|ad(ow|ePane))|c(hema|ale(X|Mode|Y|Content)|r(oll(Track|Drag)?|een(Resolution|Color|DPI)))|t(yleSheet|op(Drag|A(nimation|llSounds|gent))?|epSize|a(tus|rt(Drag|A(nimation|gent))?))|i(n|ze|lence(TimeOut|Level))|o(ngname|urce|rt(Items(By)?|On(HeaderRelease)?|able(Columns)?)?)|u(ppressInvalidCalls|bstr(ing)?)|p(li(ce|t)|aceCol(umnsEqually|lumnsEqually))|e(nd(DefaultPushButtonEvent|AndLoad)?|curity|t(R(GB|o(otNode|w(Height|Count))|esizable(Columns)?|a(nge|te))|G(ain|roupName)|X(AxisTitle)?|M(i(n(imum|utes)|lliseconds)|o(nth(Names)?|tionLevel|de)|ultilineMode|e(ssage|nu(ItemEnabled(At)?|EnabledAt)|dia)|a(sk|ximum))|B(u(tton(s|Width)|fferTime)|a(seTabIndex|ndwidthLimit|ckground))|S(howAsDisabled|croll(ing|Speed|Content|Target|P(osition|roperties)|barState|Location)|t(yle(Property)?|opOnFocus|at(us|e))|i(ze|lenceLevel)|ort(able(Columns)?|Function)|p(litterBarPosition|acing)|e(conds|lect(Multiple|ion(Required|Type)?|Style|Color|ed(Node(s)?|Cell|I(nd(ices|ex)|tem(s)?))?|able))|kin|m(oothness|allScroll))|H(ighlight(s|Color)|Scroll|o(urs|rizontal)|eader(Symbol|Height|Text|Property|Format|Width|Location)?|as(Shader|CloseBox))|Y(ear|AxisTitle)?|N(ode(Properties|ExpansionHandler)|ewTextFormat)|C(h(ildNodes|a(ngeHandler|rt(Title|EventHandler)))|o(ntent(Size)?|okie|lumns)|ell(Symbol|Data)|l(i(ckHandler|pboard)|oseHandler)|redentials)|T(ype(dVaule)?|i(tle(barHeight)?|p(Target|Offset)?|me(out(Handler)?)?)|oggle|extFormat|ransform)|I(s(Branch|Open)|n(terval|putProperty)|con(SymbolName)?|te(rator|m(ByKey|Symbol)))|Orientation|D(i(splay(Range|Graphics|Mode|Clip|Text|edMonth)|rection)|uration|e(pth(Below|To|Above)|fault(GatewayURL|Mappings|NodeIconSymbolName)|l(iveryMode|ay)|bug(ID)?)|a(yOfWeekNames|t(e(Filter)?|a(Mapping(s)?|Item(Text|Property|Format)|Provider|All(Height|Property|Format|Width))?))|ra(wConnectors|gContent))|U(se(Shadow|HandCursor|EchoSuppression|rInput|Fade)|TC(M(i(nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear))|P(osition|ercentComplete|an(e(M(inimumSize|aximumSize)|Size|Title))?|ro(pert(y(Data)?|iesAt)|gress))|E(nabled|dit(Handler|able)|xpand(NodeTrigger|erSymbolName))|V(Scroll|olume|alue(Source)?)|KeyFrameInterval|Quality|F(i(eld|rst(DayOfWeek|VisibleNode))|ocus|ullYear|ps|ade(InLength|OutLength)|rame(Color|Width))|Width|L(ine(Color|Weight)|o(opback|adTarget)|a(rgeScroll|bel(Source|Placement)?))|A(s(Boolean|String|Number)|n(yTypedValue|imation)|ctiv(e(State(Handler)?|Handler)|ateHandler)|utoH(ideScrollBar|eight)))?|paratorBefore|ek|lect(ion(Disabled|Unfocused)?|ed(Node(s)?|Child|I(nd(ices|ex)|tem(s)?)|Dat(e|a))?|able(Ranges)?)|rver(String)?)|kip|qrt|wapDepths|lice|aveToSharedObj|moothing)|h(scroll(Policy)?|tml(Text)?|i(t(Test(TextNearPos)?|Area)|de(BuiltInItems|Child)?|ghlight(2D|3D)?)|orizontal|e(ight|ader(Re(nderer|lease)|Height|Text))|P(osition|ageScrollSize)|a(s(childNodes|MP3|S(creen(Broadcast|Playback)|treaming(Video|Audio)|ort)|Next|OwnProperty|Pr(inting|evious)|EmbeddedVideo|VideoEncoder|A(ccesibility|udio(Encoder)?))|ndlerName)|LineScrollSize)|ye(sLabel|ar)|n(o(t|de(Name|Close|Type|Open|Value)|Label)|u(llValue|mChild(S(creens|lides)|ren|Forms))|e(w(Item|line|Value|LocationDialog)|xt(S(cene|ibling|lide)|TabIndex|Value|Frame)?)?|ame(s)?)|c(h(ildNodes|eck|a(nge(sPending)?|r(CodeAt|At))|r)|o(s|n(st(ant|ructor)|nect|c(urrency|at)|t(ent(Type|Path)?|ains|rol(Placement|lerPolicy))|denseWhite|version)|py|l(or|umn(Stretch|Name(s)?|Count))|m(p(onent|lete)|ment))|u(stomItems|ePoint(s)?|r(veTo|Value|rent(Slide|ChildSlide|Item|F(ocused(S(creen|lide)|Form)|ps))))|e(il|ll(Renderer|Press|Edit|Focus(In|Out)))|l(i(ck|ents)|o(se(Button|Pane)?|ne(Node)?)|ear(S(haredObjects|treams)|Timeout|Interval)?)|a(ncelLabel|tch|p(tion|abilities)|l(cFields|l(e(e|r))?))|reate(GatewayConnection|Menu|Se(rver|gment)|C(hild(AtDepth)?|l(ient|ass(ChildAtDepth|Object(AtDepth)?))|all)|Text(Node|Field)|Item|Object(AtDepth)?|PopUp|E(lement|mptyMovieClip)))|t(h(is|row)|ype(of|Name)?|i(tle(StyleDeclaration)?|me(out)?)|o(talTime|String|olTipText|p|UpperCase|ggle(HighQuality)?|Lo(caleString|werCase))|e(st|llTarget|xt(RightMargin|Bold|S(ize|elected)|Height|Color|I(ndent|talic)|Disabled|Underline|F(ield|ont)|Width|LeftMargin|Align)?)|a(n|rget(Path)?|b(Stops|Children|Index|Enabled|leName))|r(y|igger|ac(e|k(AsMenu)?)))|i(s(Running|Branch|NaN|Con(soleOpen|nected)|Toggled|Installed|Open|D(own|ebugger)|P(urchased|ro(totypeOf|pertyEnumerable))|Empty|F(inite|ullyPopulated)|Local|Active)|n(s(tall|ertBefore)|cludeDeltaPacketInfo|t|it(ialize|Component|Pod|A(pplication|gent))?|de(nt|terminate|x(InParent(Slide|Form)?|Of)?)|put|validate|finity|LocalInternetCache)?|con(F(ield|unction))?|t(e(ratorScrolled|m(s|RollO(ut|ver)|ClassName))|alic)|d3|p|fFrameLoaded|gnore(Case|White))|o(s|n(R(ollO(ut|ver)|e(s(ize|ult)|l(ease(Outside)?|aseOutside)))|XML|Mouse(Move|Down|Up|Wheel)|S(ync|croller|tatus|oundComplete|e(tFocus|lect(edItem)?))|N(oticeEvent|etworkChange)|C(hanged|onnect|l(ipEvent|ose))|ID3|D(isconnect|eactivate|ata|ragO(ut|ver))|Un(install|load)|P(aymentResult|ress)|EnterFrame|K(illFocus|ey(Down|Up))|Fault|Lo(ad|g)|A(ctiv(ity|ate)|ppSt(op|art)))?|pe(n|ration)|verLayChildren|kLabel|ldValue|r(d)?)|d(i(s(connect|play(Normal|ed(Month|Year)|Full)|able(Shader|d(Ranges|Days)|CloseBox|Events))|rection)|o(cTypeDecl|tall|Decoding|main|LazyDecoding)|u(plicateMovieClip|ration)|e(stroy(ChildAt|Object)|code|fault(PushButton(Enabled)?|KeydownHandler)?|l(ta(Packet(Changed)?)?|ete(PopUp|All)?)|blocking)|a(shBoardSave|yNames|ta(Provider)?|rkshadow)|r(opdown(Width)?|a(w|gO(ut|ver))))|u(se(Sort|HandCursor|Codepage|EchoSuppression)|n(shift|install|derline|escape|format|watch|lo(ck|ad(Movie(Num)?)?))|pdate(Results|Mode|I(nputProperties|tem(ByIndex)?)|P(acket|roperties)|View|AfterEvent)|rl)|join|p(ixelAspectRatio|o(sition|p|w)|u(sh|rge|blish)|ercen(tComplete|Loaded)|lay(head(Change|Time)|ing|Hidden|erType)?|a(ssword|use|r(se(XML|CSS|Int|Float)|ent(Node|Is(S(creen|lide)|Form))|ams))|r(int(Num|AsBitmap(Num)?)?|o(to(type)?|pert(y|ies)|gress)|e(ss|v(ious(S(ibling|lide)|Value)?|Scene|Frame)|ferred(Height|Width))))|e(scape|n(code(r)?|ter(Frame)?|dFill|able(Shader|d|CloseBox|Events))|dit(able|Field|LocationDialog)|v(ent|al(uate)?)|q|x(tended|p|ec(ute)?|actSettings)|m(phasized(StyleDeclaration)?|bedFonts))|v(i(sible|ewPod)|ScrollPolicy|o(id|lume)|ersion|P(osition|ageScrollSize)|a(l(idat(ionError|e(Property|ActivationKey)?)|ue(Of)?)|riable)|LineScrollSize)|k(ind|ey(Down|Up|Press|FrameInterval))|q(sort|uality)|f(scommand|i(n(d(Text|First|Last)?|ally)|eldInfo|lter(ed|Func)?|rst(Slide|Child|DayOfWeek|VisibleNode)?)|o(nt|cus(In|edCell|Out|Enabled)|r(egroundDisabled|mat(ter)?))|unctionName|ps|l(oor|ush)|ace|romCharCode)|w(i(th|dth)|ordWrap|atch|riteAccess)|l(t|i(st(Owner)?|ne(Style|To))|o(c(k|a(t(ion|eByld)|l(ToGlobal|FileReadDisable)))|opback|ad(Movie(Num)?|S(crollContent|ound)|ed|Variables(Num)?|Application)?|g(Changes)?)|e(ngth|ft(Margin)?|ading)?|a(st(Slide|Child|Index(Of)?)?|nguage|b(el(Placement|F(ield|unction))?|leField)))|a(s(scociate(Controller|Display)|in|pectRatio|function)|nd|c(ceptConnection|tiv(ityLevel|ePlayControl)|os)|t(t(ach(Movie|Sound|Video|Audio)|ributes)|an(2)?)|dd(header|RequestHeader|Menu(Item(At)?|At)?|Sort|Header|No(tice|de(At)?)|C(olumn(At)?|uePoint)|T(oLocalInternetCache|reeNode(At)?)|I(con|tem(s(At)?|At)?)|DeltaItem|P(od|age|roperty)|EventListener|View|FieldInfo|Listener|Animation)?|uto(Size|Play|KeyNav|Load)|pp(endChild|ly(Changes|Updates)?)|vHardwareDisable|fterLoaded|l(ternateRowColors|ign|l(ow(InsecureDomain|Domain)|Transitions(InDone|OutDone))|bum)|r(tist|row|g(uments|List))|gent|bs)|r(ight(Margin)?|o(ot(S(creen|lide)|Form)|und|w(Height|Count)|llO(ut|ver))|e(s(yncDepth|t(orePane|artAnimation|rict)|iz(e|able(Columns)?)|olveDelta|ult(s)?|ponse)|c(o(ncile(Results|Updates)|rd)|eive(Video|Audio))|draw|jectConnection|place(Sel|ItemAt|AllItems)?|ve(al(Child)?|rse)|quest(SizeChange|Payment)?|f(errer|resh(ScrollContent|Destinations|Pane|FromSources)?)|lease(Outside)?|ad(Only|Access)|gister(SkinElement|C(olor(Style|Name)|lass)|InheritingStyle|Proxy)|move(Range|M(ovieClip|enu(Item(At)?|At))|Background|Sort|No(tice|de(sAt|At)?)|C(olum(nAt|At)|uePoints)|T(extField|reeNode(At)?)|Item(At)?|Pod|EventListener|FromLocalInternetCache|Listener|All(C(olumns|uePoints)|Items)?))|a(ndom|te|dioDot))|g(t|oto(Slide|NextSlide|PreviousSlide|FirstSlide|LastSlide|And(Stop|Play))|e(nre|t(R(GB|o(otNode|wCount)|e(sizable|mote))|X(AxisTitle)?|M(i(n(imum(Size)?|utes)|lliseconds)|onth(Names)?|ultilineMode|e(ssage|nu(ItemAt|EnabledAt|At))|aximum(Size)?)|B(ytes(Total|Loaded)|ounds|utton(s|Width)|eginIndex|a(ndwidthLimit|ckground))|S(howAsDisabled|croll(ing|Speed|Content|Position|barState|Location)|t(yle(Names)?|opOnFocus|ate)|ize|o(urce|rtState)|p(litterBarPosition|acing)|e(conds|lect(Multiple|ion(Required|Type)|Style|ed(Node(s)?|Cell|Text|I(nd(ices|ex)|tem(s)?))?)|rvice)|moothness|WFVersion)|H(ighlight(s|Color)|ours|e(ight|ader(Height|Text|Property|Format|Width|Location)?)|as(Shader|CloseBox))|Y(ear|AxisTitle)?|N(o(tices|de(DisplayedAt|At))|um(Children|berAvailable)|e(wTextFormat|xtHighestDepth))|C(h(ild(S(creen|lide)|Nodes|Form|At)|artTitle)|o(n(tent|figInfo)|okie|de|unt|lumn(Names|Count|Index|At))|uePoint|ellIndex|loseHandler|a(ll|retIndex))|T(ypedValue|i(tle(barHeight)?|p(Target|Offset)?|me(stamp|zoneOffset|out(State|Handler)|r)?)|oggle|ext(Extent|Format)?|r(ee(NodeAt|Length)|ans(form|actionId)))|I(s(Branch|Open)|n(stanceAtDepth|d(icesByKey|exByKey))|con(SymbolName)?|te(rator|m(sByKey|By(Name|Key)|id|ID|At))|d)|O(utput(Parameter(s|ByName)?|Value(s)?)|peration|ri(entation|ginalCellData))|D(i(s(play(Range|Mode|Clip|Index|edMonth)|kUsage)|rection)|uration|e(pth|faultNodeIconSymbolName|l(taPacket|ay)|bug(Config|ID)?)|a(y(OfWeekNames)?|t(e|a(Mapping(s)?|Item(Text|Property|Format)|Label|All(Height|Property|Format|Width))?))|rawConnectors)|U(se(Shadow|HandCursor|rInput|Fade)|RL|TC(M(i(nutes|lliseconds)|onth)|Seconds|Hours|Da(y|te)|FullYear))|P(o(sition|ds)|ercentComplete|a(n(e(M(inimums|aximums)|Height|Title|Width))?|rentNode)|r(operty(Name|Data)?|efer(ences|red(Height|Width))))|E(n(dIndex|abled)|ditingData|x(panderSymbolName|andNodeTrigger))|V(iewed(Pods|Applications)|olume|ersion|alue(Source)?)|F(i(eld|rst(DayOfWeek|VisibleNode))|o(ntList|cus)|ullYear|ade(InLength|OutLength)|rame(Color|Width))|Width|L(ine(Color|Weight)|o(cal|adTarget)|ength|a(stTabIndex|bel(Source)?))|A(s(cii|Boolean|String|Number)|n(yTypedValue|imation)|ctiv(eState(Handler)?|ateHandler)|utoH(ideScrollBar|eight)|llItems|gent))?)?|lobal(StyleFormat|ToLocal)?|ain|roupName)|x(updatePackety|mlDecl)?|m(y(MethodName|Call)|in(imum)?|o(nthNames|tion(TimeOut|Level)|de(lChanged)?|use(Move|O(ut|ver)|Down(Somewhere|Outside)?|Up(Somewhere)?|WheelEnabled)|ve(To)?)|u(ted|lti(pleS(imultaneousAllowed|elections)|line))|e(ssage|nu(Show|Hide)?|th(od)?|diaType)|a(nufacturer|tch|x(scroll|hscroll|imum|HPosition|Chars|VPosition)?)|b(substring|chr|ord|length))|b(ytes(Total|Loaded)|indFormat(Strings|Function)|o(ttom(Scroll)?|ld|rder(Color)?)|u(tton(Height|Width)|iltInItems|ffer(Time|Length)|llet)|e(foreApplyUpdates|gin(GradientFill|Fill))|lockIndent|a(ndwidth|ckground(Style|Color|Disabled)?)|roadcastMessage)|onHTTPStatus)\\b",
|
|
16
|
+
"name": "support.function.actionscript.2"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"match": "\\b(__proto__|__resolve|_accProps|_alpha|_changed|_currentframe|_droptarget|_flash|_focusrect|_framesloaded|_global|_height|_highquality|_level|_listeners|_lockroot|_name|_parent|_quality|_root|_rotation|_soundbuftime|_target|_totalframes|_url|_visible|_width|_x|_xmouse|_xscale|_y|_ymouse|_yscale)\\b",
|
|
20
|
+
"name": "support.constant.actionscript.2"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"match": "\\b(dynamic|extends|import|implements|interface|public|private|new|static|super|var|for|in|break|continue|while|do|return|if|else|case|switch)\\b",
|
|
24
|
+
"name": "keyword.control.actionscript.2"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"match": "\\b(Boolean|Number|String|Void)\\b",
|
|
28
|
+
"name": "storage.type.actionscript.2"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"match": "\\b(null|undefined|true|false)\\b",
|
|
32
|
+
"name": "constant.language.actionscript.2"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?\\b",
|
|
36
|
+
"name": "constant.numeric.actionscript.2"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"begin": "\"",
|
|
40
|
+
"beginCaptures": {
|
|
41
|
+
"0": {
|
|
42
|
+
"name": "punctuation.definition.string.begin.actionscript.2"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"end": "\"",
|
|
46
|
+
"endCaptures": {
|
|
47
|
+
"0": {
|
|
48
|
+
"name": "punctuation.definition.string.end.actionscript.2"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"name": "string.quoted.double.actionscript.2",
|
|
52
|
+
"patterns": [
|
|
53
|
+
{
|
|
54
|
+
"match": "\\\\.",
|
|
55
|
+
"name": "constant.character.escape.actionscript.2"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"begin": "'",
|
|
61
|
+
"beginCaptures": {
|
|
62
|
+
"0": {
|
|
63
|
+
"name": "punctuation.definition.string.begin.actionscript.2"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"end": "'",
|
|
67
|
+
"endCaptures": {
|
|
68
|
+
"0": {
|
|
69
|
+
"name": "punctuation.definition.string.end.actionscript.2"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"name": "string.quoted.single.actionscript.2",
|
|
73
|
+
"patterns": [
|
|
74
|
+
{
|
|
75
|
+
"match": "\\\\.",
|
|
76
|
+
"name": "constant.character.escape.actionscript.2"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"match": "\\b(BACKSPACE|CAPSLOCK|CONTROL|DELETEKEY|DOWN|END|ENTER|HOME|INSERT|LEFT|LN10|LN2|LOG10E|LOG2E|MAX_VALUE|MIN_VALUE|NEGATIVE_INFINITY|NaN|PGDN|PGUP|PI|POSITIVE_INFINITY|RIGHT|SPACE|SQRT1_2|SQRT2|UP)\\b",
|
|
82
|
+
"name": "support.constant.actionscript.2"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"begin": "\/\\*",
|
|
86
|
+
"captures": {
|
|
87
|
+
"0": {
|
|
88
|
+
"name": "punctuation.definition.comment.actionscript.2"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"end": "\\*\/",
|
|
92
|
+
"name": "comment.block.actionscript.2"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"captures": {
|
|
96
|
+
"1": {
|
|
97
|
+
"name": "punctuation.definition.comment.actionscript.2"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"match": "(\/\/).*$\\n?",
|
|
101
|
+
"name": "comment.line.double-slash.actionscript.2"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"match": "\\b(instanceof)\\b",
|
|
105
|
+
"name": "keyword.operator.actionscript.2"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"match": "[-!%&*+=\/?:]",
|
|
109
|
+
"name": "keyword.operator.symbolic.actionscript.2"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"captures": {
|
|
113
|
+
"1": {
|
|
114
|
+
"name": "punctuation.definition.preprocessor.actionscript.2"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"match": "^[ \\t]*(#)[a-zA-Z]+",
|
|
118
|
+
"name": "meta.preprocessor.actionscript.2"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"begin": "\\b(function)\\s+([a-zA-Z_]\\w*)\\s*(\\()",
|
|
122
|
+
"captures": {
|
|
123
|
+
"1": {
|
|
124
|
+
"name": "storage.type.function.actionscript.2"
|
|
125
|
+
},
|
|
126
|
+
"2": {
|
|
127
|
+
"name": "entity.name.function.actionscript.2"
|
|
128
|
+
},
|
|
129
|
+
"3": {
|
|
130
|
+
"name": "punctuation.definition.parameters.begin.actionscript.2"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"end": "\\)",
|
|
134
|
+
"endCaptures": {
|
|
135
|
+
"0": {
|
|
136
|
+
"name": "punctuation.definition.parameters.end.actionscript.2"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"name": "meta.function.actionscript.2",
|
|
140
|
+
"patterns": [
|
|
141
|
+
{
|
|
142
|
+
"match": "[^,)\\n]+",
|
|
143
|
+
"name": "variable.parameter.function.actionscript.2"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"captures": {
|
|
149
|
+
"1": {
|
|
150
|
+
"name": "storage.type.class.actionscript.2"
|
|
151
|
+
},
|
|
152
|
+
"2": {
|
|
153
|
+
"name": "entity.name.type.class.actionscript.2"
|
|
154
|
+
},
|
|
155
|
+
"3": {
|
|
156
|
+
"name": "storage.modifier.extends.actionscript.2"
|
|
157
|
+
},
|
|
158
|
+
"4": {
|
|
159
|
+
"name": "entity.other.inherited-class.actionscript.2"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"match": "\\b(class)\\s+([a-zA-Z_](?:\\w|\\.)*)(?:\\s+(extends)\\s+([a-zA-Z_](?:\\w|\\.)*))?",
|
|
163
|
+
"name": "meta.class.actionscript.2"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"scopeName": "source.actionscript.2",
|
|
167
|
+
"uuid": "E5A6EC91-6EE4-11D9-BAB4-000D93589AF6"
|
|
168
|
+
}
|