-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXML.STX
155 lines (151 loc) · 1.75 KB
/
XML.STX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#TITLE=XML
; XML syntax file written by ES-Computing.
; This file is required for EditPlus to run correctly.
#DELIMITER=<>/="'%,.(){}[]+*~&|;
#CASE=y
#SPECIAL_STX=html
#KEYWORD=Tags
!DOCTYPE
?xml
script
; XAML Standard 1.0 draft types
Button
ColumnDefinitions
ComboBox
Grid
Page
RowDefinition
StackPanel
TextBlock
TextBox
Thickness
UserControl
;.Net config elements
configuration
runtime
assemblyBinding
probing
publisherPolicy
dependentAssembly
assemblyIdentity
bindingRedirect
;Application manifests elements
assembly
clrClass
clrSurrogate
comInterfaceProxyStub
description
dependency
file
comClass
comInterfaceExternalProxyStub
typelib
windowClass
noInherit
noInheritable
progid
#KEYWORD=Attributes
version
encoding
; XAML
AcceptsReturn
Background
Click
Command
Content
FontFamily
FontSize
FontStyle
FontWeight
Foreground
Height
HorizontalAlignment
ItemsSource
Margin
Orientation
PlaceholderText
SelectedIndex
SelectionChanged
Text
TextWrapping
TextChanged
VerticalAlignment
Width
xmlns:x
x:Class
x:Name
;.Net config keywords
xmlns
privatePath
apply
name
publicKeyToken
culture
oldVersion
newVersion
;Application manifests attributes
manifestVersion
type
language
processorArchitecture
optional
clsid
description
threadingModel
tlbid
progid
helpdir
iid
numMethods
resourceid
flags
loadFrom
hashalg
hash
proxyStubClsid32
baseInterface
versioned
size
runtimeVersion
#KEYWORD=Special characters
aacute
agrave
acirc
amp
atilde
aring
auml
aelig
ccedil
copy
eacute
egrave
ecirc
euml
iacute
igrave
icirc
iuml
eth
gt
lt
nbsp
ntilde
oacute
ograve
ocirc
otilde
ouml
oslash
quot
reg
szlig
uacute
ugrave
ucirc
uuml
yacute
thorn
trade
yuml
#