Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2020-05-24 17:29:28 +0300
committerlovetox <philipp@hoerist.com>2020-06-29 22:56:53 +0300
commitd9974b230d5bc64851ada097a152c1cb36779418 (patch)
tree04bad9702258b3ae2c6ddb2d5e36b26b1fdfa150
parent83f85dd3e6cf06db2ee4e3a3c1f30949e27f8ffb (diff)
[syntax_highlight] Update manifest.ini
-rw-r--r--syntax_highlight/manifest.ini23
1 files changed, 8 insertions, 15 deletions
diff --git a/syntax_highlight/manifest.ini b/syntax_highlight/manifest.ini
index 6f1737e..197a71f 100644
--- a/syntax_highlight/manifest.ini
+++ b/syntax_highlight/manifest.ini
@@ -1,24 +1,17 @@
[info]
-# Don't forget to point to the correct README.md file when switching to another
-# branch or so...
name: Source Code Syntax Highlight
short_name: syntax_highlight
-version: 1.2.5
+version: 1.2.6
description: Source code syntax highlighting in the chat window.
- It uses markdown-style syntax, i.e. text in-between `single backticks` is
- rendered as inline code,
- ```language
- selection is possible in multi-line code snippets in between triple-backticks
- Note the newlines in this case…
- ```
+ Markdown-style syntax is supported, i.e. text inbetween `single backticks` is rendered as inline code.
+ ```language
+ selection is possible in multi-line code snippets inbetween triple-backticks
+ Note the newlines in this case…
+ ```
- Note: You need to have pygments installed.
- Please refer to the plugin's wiki page for more information.
-
- Changing settings will take effect after closing and opening the message
- tab/window again.
+ Changed settings will take effect after re-opening the message tab/window.
authors = Florian Muenchbach
-homepage = https://dev.gajim.org/gajim/gajim-plugins/blob/master/syntax_highlight/README.md
+homepage = https://dev.gajim.org/gajim/gajim-plugins/-/wikis/syntaxhighlightplugin
min_gajim_version: 1.1.91
max_gajim_version: 1.2.90