119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<DetectChar attribute='Span Cue' char='~' context='#pop!span-del' />
<AnyChar attribute='Span Cue' String='`$+🔒' context='#pop!span' />
<StringDetect attribute='Span Cue' String='→' context='#pop!ref' />
<StringDetect attribute='Span Cue' String='🔗' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='>' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='^' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='&' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='#' context='#pop!var-ref' />
<DetectChar attribute='Span Cue' char='\' context='#pop!flat-span' />
<Detect2Chars attribute='Comment' char='%' char1='%' context='#pop!inline-comment' />
<Detect2Chars attribute='Critical Directive Cue' char='%' char1='!' context='#pop!inline-directive' />
<DetectChar attribute='Directive Cue' char='%' context='#pop!inline-directive' />
</context>
|
|
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
<DetectChar attribute='Span Cue' char='~' context='#pop!span-del' />
<AnyChar attribute='Span Cue' String='`$+🔒' context='#pop!span' />
<StringDetect attribute='Span Cue' String='→' context='#pop!ref' />
<StringDetect attribute='Span Cue' String='🔗' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='>' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='^' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='"' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='&' context='#pop!ref' />
<DetectChar attribute='Span Cue' char='#' context='#pop!var-ref' />
<DetectChar attribute='Span Cue' char='\' context='#pop!flat-span' />
<Detect2Chars attribute='Comment' char='%' char1='%' context='#pop!inline-comment' />
<Detect2Chars attribute='Critical Directive Cue' char='%' char1='!' context='#pop!inline-directive' />
<DetectChar attribute='Directive Cue' char='%' context='#pop!inline-directive' />
</context>
|