update inbox list
This commit is contained in:
39
vendor/scrivo/highlight.php/test/detect/yaml/default.txt
vendored
Normal file
39
vendor/scrivo/highlight.php/test/detect/yaml/default.txt
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
# comment
|
||||
string_1: "Bar"
|
||||
string_2: 'bar'
|
||||
string_3: bar
|
||||
inline_keys_ignored: sompath/name/file.jpg
|
||||
keywords_in_yaml:
|
||||
- true
|
||||
- false
|
||||
- TRUE
|
||||
- FALSE
|
||||
- 21
|
||||
- 21.0
|
||||
- !!str 123
|
||||
"quoted_key": &foobar
|
||||
bar: foo
|
||||
foo:
|
||||
"foo": bar
|
||||
|
||||
reference: *foobar
|
||||
|
||||
multiline_1: |
|
||||
Multiline
|
||||
String
|
||||
multiline_2: >
|
||||
Multiline
|
||||
String
|
||||
multiline_3: "
|
||||
Multiline string
|
||||
"
|
||||
|
||||
ansible_variables: "foo {{variable}}"
|
||||
|
||||
array_nested:
|
||||
- a
|
||||
- b: 1
|
||||
c: 2
|
||||
- b
|
||||
- comment
|
||||
Reference in New Issue
Block a user