From 22421563f2b3b66db90d498d703557c9c80b249b Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Sat, 19 Mar 2022 17:24:25 +0100 Subject: [PATCH] Set proper highlighting for desktop files examples Signed-off-by: Juraj Oravec --- python/articles/2.Basic_extension.md | 2 +- python/articles/3.Adding_a_button_to_the_toolbar.md | 2 +- qml/articles/2.Basic_extension.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/articles/2.Basic_extension.md b/python/articles/2.Basic_extension.md index 75cae5f..456e904 100644 --- a/python/articles/2.Basic_extension.md +++ b/python/articles/2.Basic_extension.md @@ -14,7 +14,7 @@ This file contain information which are displayed in Falkon settings and some co ### Example file -``` +```ini [Desktop Entry] Name=Example Python Comment=Example Python extension diff --git a/python/articles/3.Adding_a_button_to_the_toolbar.md b/python/articles/3.Adding_a_button_to_the_toolbar.md index 50d4117..455364c 100644 --- a/python/articles/3.Adding_a_button_to_the_toolbar.md +++ b/python/articles/3.Adding_a_button_to_the_toolbar.md @@ -9,7 +9,7 @@ It feels like a paperwork but it has to be done. *metadata.desktop* -``` +```ini [Desktop Entry] Name=Falkon Python Tutorial 3 Comment=Adding a button to the toolbar diff --git a/qml/articles/2.Basic_extension.md b/qml/articles/2.Basic_extension.md index 0225208..9f64735 100644 --- a/qml/articles/2.Basic_extension.md +++ b/qml/articles/2.Basic_extension.md @@ -19,7 +19,7 @@ some configuration. ### Example file -``` +```ini [Desktop Entry] Name=Example QML Comment=Example QML extension