highlight keywords when describing yaml syntax

the keywords 'project' and 'release' should be highlighted, since
they reflect the entries in yaml.

Change-Id: Ib6ba0d55daff85d63ba5a6f2ceb767eaf0c4473e
This commit is contained in:
Steve Martinelli
2015-08-10 23:05:03 -07:00
parent f501960c90
commit 49ee3119a1

View File

@@ -85,7 +85,7 @@ The top level of a deliverable file is a mapping with keys:
``releases`` ``releases``
A list of the releases for the deliverable. A list of the releases for the deliverable.
Each release entry is a mapping with keys: Each `release` entry is a mapping with keys:
``version`` ``version``
The version tag for that release, to be applied to all of the member The version tag for that release, to be applied to all of the member
@@ -99,7 +99,7 @@ Each release entry is a mapping with keys:
An optional message to be included in the release note email An optional message to be included in the release note email
announcing the release. announcing the release.
Each project entry is a mapping with keys: Each `project` entry is a mapping with keys:
``repo`` ``repo``
The name of the repository on git.openstack.org. The name of the repository on git.openstack.org.