After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788029 - Missing syntax highlighting in code snippets from Plugin Writer's guide
Missing syntax highlighting in code snippets from Plugin Writer's guide
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-21 23:10 UTC by Carlos Eduardo Ramalho Bentzen Fonseca
Modified: 2017-09-22 01:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Syntax highlighting (7.07 KB, patch)
2017-09-21 23:10 UTC, Carlos Eduardo Ramalho Bentzen Fonseca
committed Details | Review

Description Carlos Eduardo Ramalho Bentzen Fonseca 2017-09-21 23:10:09 UTC
Created attachment 360236 [details] [review]
Syntax highlighting

While reading I noticed the following pages didn't have syntax highlighting in some code snippets because they were not between 

```c
[...]
````

but using only Markdown's tab syntax.

https://gstreamer.freedesktop.org/documentation/plugin-development/basics/boiler.html
https://gstreamer.freedesktop.org/documentation/plugin-development/basics/states.html
https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/scheduling.html

Attachment is fixing just that.
Comment 1 Nicolas Dufresne (ndufresne) 2017-09-22 01:03:22 UTC
Thanks.