File: highlight.basetest

package info (click to toggle)
libsyntax-highlight-engine-kate-perl 0.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,848 kB
  • sloc: perl: 84,065; ruby: 176; asm: 166; cpp: 144; jsp: 128; haskell: 116; sh: 111; f90: 99; python: 98; ml: 75; xml: 43; yacc: 37; ansic: 32; tcl: 29; lisp: 24; makefile: 14; awk: 13; php: 5
file content (128 lines) | stat: -rw-r--r-- 1,718 bytes parent folder | download | duplicates (5)
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

<AnyChar> 
you notice certain characters are colored red.
</AnyChar>

<DetectChar>
/home/[user]/
</DetectChar>

<Detect2Chars>
Test in i n
</Detect2Chars>

<Float>
32.56 matches.
this does45.43not match
this(23.88matches
this 87.778 matches
this matches 1009.6666
</Float>

<HlCHex>
0-f should match 0x0123456789abcdefg 
this should not0x0123456789abcdefg
</HlCHex>

<HlCOct>
0-7 should match 012345678 
this should not012345678
</HlCOct>

<HlCStringChar> \n \045 \xfa</HlCStringChar>

<IncludeRules>
#including comment works => IncludeRules works
</IncludeRules>

<Int>
32 matches.
this does45not match
this(23matches
this 87 matches
this matches 1009
</Int>

<keyword>
Test he is not she or her or his and ; && .and. for.now

</keyword>

<LineContinue>
Test \\\\
</LineContinue>

<RangeDetect>
Test after dawn
</RangeDetect>

<RegExpr>
Test <66>
<over> only at linestart 
case insensitive <out> <OUT>
</RegExpr>

<StringDetect>
Test der
</StringDetect>

<IncludeModule>
 it works
</IncludeModule>

<Column>
Character on 
the fifth column
of every line is matched
</Column>

<FirstNonSpace>
	each character that is not a spatial
 on every line
is matched
</FirstNonSpace>

<ChildRule>
(123s) matches.
only integer part matches (123t).
</ChildRule>

<DynReg>
#if matches are found => lookAhead also works
<switch>
</DynReg>

<DynString>
#if matches are found => lookAhead also works
<switch2>
</DynString>

<DynChar>
#if matches are found => lookAhead also works
4 matches
</DynChar>

<Dyn2Chars>
#if matches are found => lookAhead also works
45  matches
4 does not
</Dyn2Chars>

<DynExtra>
~kkdkd~
</DynExtra>


<Capt>
"match"nomatch
</Capt>

<Minimal>
"match"nomatch"
</Minimal>

<Compat1>
 \~ matches
</Compat1>