Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
This commit is contained in:
4
extensions/yaml/test/colorize-fixtures/issue-1550.yaml
Normal file
4
extensions/yaml/test/colorize-fixtures/issue-1550.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
test1 : dsd
|
||||
test2 : abc-def
|
||||
test-3 : abcdef
|
||||
test-4 : abc-def
|
||||
4
extensions/yaml/test/colorize-fixtures/issue-4008.yaml
Normal file
4
extensions/yaml/test/colorize-fixtures/issue-4008.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
- blue: a="brown,not_brown"
|
||||
- not_blue: foo
|
||||
- blue: foo="}"
|
||||
- not_blue: 1
|
||||
9
extensions/yaml/test/colorize-fixtures/issue-6303.yaml
Normal file
9
extensions/yaml/test/colorize-fixtures/issue-6303.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
swagger: '2.0'
|
||||
info:
|
||||
description: 'The API Management Service API defines an updated and refined version
|
||||
of the concepts currently known as Developer, APP, and API Product in Edge. Of
|
||||
note is the introduction of the API concept, missing previously from Edge
|
||||
|
||||
'
|
||||
title: API Management Service API
|
||||
version: initial
|
||||
18
extensions/yaml/test/colorize-fixtures/test.yaml
Normal file
18
extensions/yaml/test/colorize-fixtures/test.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# sequencer protocols for Laser eye surgery
|
||||
---
|
||||
- step: &id001 # defines anchor label &id001
|
||||
instrument: Lasik 2000
|
||||
pulseEnergy: 5.4
|
||||
spotSize: 1mm
|
||||
|
||||
- step: *id001 # refers to the first step (with anchor &id001)
|
||||
- step: *id001
|
||||
spotSize: 2mm
|
||||
- step: *id002
|
||||
- {name: John Smith, age: 33}
|
||||
- name: Mary Smith
|
||||
age: 27
|
||||
men: [John Smith, Bill Jones]
|
||||
women:
|
||||
- Mary Smith
|
||||
- Susan Williams
|
||||
Reference in New Issue
Block a user