blob: 77ece79eab7a1b1a8591874a979927e53ac02b5a (
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
|
'exec' Keyword
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
"'grep'" Literal.String
':' Punctuation
'\n ' Text.Whitespace
'command' Name.Attribute
' ' Text.Whitespace
'=>' Operator
' ' Text.Whitespace
'\'grep "\\\'" -rI *\'' Literal.String
',' Punctuation
'\n ' Text.Whitespace
'path' Name.Attribute
' ' Text.Whitespace
'=>' Operator
' ' Text.Whitespace
"'/bin:/usr/bin'" Literal.String
',' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'node' Keyword
' ' Text.Whitespace
'default' Keyword
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'notify' Keyword
' ' Text.Whitespace
'{' Punctuation
'"Hello World"' Literal.String
':' Punctuation
';' Punctuation
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
|