From 1353232baf789225fc2405e4e68f4c13792bbbdb Mon Sep 17 00:00:00 2001 From: MartinHjelmare Date: Thu, 14 Apr 2016 18:30:02 +0200 Subject: [PATCH] Fix mysensors sketch syntax highlighting --- source/_components/binary_sensor.mysensors.markdown | 2 +- source/_components/light.mysensors.markdown | 2 +- source/_components/sensor.mysensors.markdown | 2 +- source/_components/switch.mysensors.markdown | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/binary_sensor.mysensors.markdown b/source/_components/binary_sensor.mysensors.markdown index c2f913542b6..30bdca12b01 100644 --- a/source/_components/binary_sensor.mysensors.markdown +++ b/source/_components/binary_sensor.mysensors.markdown @@ -38,7 +38,7 @@ For more information, visit the [serial api] of MySensors. ### {% linkable_title Example sketch %} -```c++ +```cpp /** * Documentation: http://www.mysensors.org * Support Forum: http://forum.mysensors.org diff --git a/source/_components/light.mysensors.markdown b/source/_components/light.mysensors.markdown index 747cf3478e3..92b06ce9673 100644 --- a/source/_components/light.mysensors.markdown +++ b/source/_components/light.mysensors.markdown @@ -35,7 +35,7 @@ For more information, visit the [serial api] of MySensors. ### {% linkable_title Example sketch %} -```c++ +```cpp /* * Documentation: http://www.mysensors.org * Support Forum: http://forum.mysensors.org diff --git a/source/_components/sensor.mysensors.markdown b/source/_components/sensor.mysensors.markdown index edeb273d8b3..9690ece312b 100644 --- a/source/_components/sensor.mysensors.markdown +++ b/source/_components/sensor.mysensors.markdown @@ -60,7 +60,7 @@ For more information, visit the [serial api] of MySensors. ### {% linkable_title Example sketch %} -```c++ +```cpp /** * Documentation: http://www.mysensors.org * Support Forum: http://forum.mysensors.org diff --git a/source/_components/switch.mysensors.markdown b/source/_components/switch.mysensors.markdown index 811e6f1b177..75531e10362 100644 --- a/source/_components/switch.mysensors.markdown +++ b/source/_components/switch.mysensors.markdown @@ -42,7 +42,7 @@ For more information, visit the [serial api] of MySensors. ### {% linkable_title Example sketch %} -```c++ +```cpp /* * Documentation: http://www.mysensors.org * Support Forum: http://forum.mysensors.org