blob: e88a5dda8b4e0c75f41ea4612781ed4c4466fa10 (
plain)
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
|
'<%@' Keyword
' ' Text
'val' Name
' ' Text
'someName' Name
':' Punctuation
' ' Text
'String' Name
' ' Text
'=' Operator
' ' Text
'"' Literal.String
'someDefaultValue' Literal.String
'"' Literal.String
' ' Text
'%>' Keyword
'\n' Text
'<%' Keyword
' ' Text
'import' Keyword.Namespace
' ' Text
'com.acme.MySnippets._' Name.Namespace
' ' Text
'%>' Keyword
'\n' Text
'<html' Name.Tag
'>' Name.Tag
'\n' Text
'<body' Name.Tag
'>' Name.Tag
'\n' Text
'<h1' Name.Tag
'>' Name.Tag
'Hello ${someName}%' Text
'</h1>' Name.Tag
'\n\n' Text
'<ul' Name.Tag
'>' Name.Tag
'\n' Text
'<%=' Keyword
' ' Text
'for' Keyword
' ' Text
'(' Punctuation
'person' Name
' ' Text
'<' Operator
'-' Operator
' ' Text
'people' Name
')' Punctuation
' ' Text
'{' Punctuation
' ' Text
'%>' Keyword
'\n ' Text
'<li' Name.Tag
'>' Name.Tag
'${person.name}' Text
'</li>' Name.Tag
'\n' Text
'<%' Keyword
' ' Text
'}' Punctuation
' ' Text
'%>' Keyword
'\n' Text
'</ul>' Name.Tag
' \n' Text
|