blob: 84a219971ca3973807d43d6b41e9c413220dfef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
'p' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'-webkit-' Keyword.Pseudo
'transition' Keyword
':' Punctuation
' ' Text.Whitespace
'opacity' Keyword
' ' Text.Whitespace
'1' Literal.Number.Integer
's' Keyword.Type
' ' Text.Whitespace
'linear' Keyword.Constant
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
|