[syntax_highlight] Update manifest.ini
This commit is contained in:
@@ -1,24 +1,17 @@
|
|||||||
[info]
|
[info]
|
||||||
# Don't forget to point to the correct README.md file when switching to another
|
|
||||||
# branch or so...
|
|
||||||
name: Source Code Syntax Highlight
|
name: Source Code Syntax Highlight
|
||||||
short_name: syntax_highlight
|
short_name: syntax_highlight
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
description: Source code syntax highlighting in the chat window.
|
description: Source code syntax highlighting in the chat window.
|
||||||
|
|
||||||
It uses markdown-style syntax, i.e. text in-between `single backticks` is
|
Markdown-style syntax is supported, i.e. text inbetween `single backticks` is rendered as inline code.
|
||||||
rendered as inline code,
|
```language
|
||||||
```language
|
selection is possible in multi-line code snippets inbetween triple-backticks
|
||||||
selection is possible in multi-line code snippets in between triple-backticks
|
Note the newlines in this case…
|
||||||
Note the newlines in this case…
|
```
|
||||||
```
|
|
||||||
|
|
||||||
Note: You need to have pygments installed.
|
Changed settings will take effect after re-opening the message tab/window.
|
||||||
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.
|
|
||||||
authors = Florian Muenchbach
|
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.2.91
|
min_gajim_version: 1.2.91
|
||||||
max_gajim_version: 1.3.90
|
max_gajim_version: 1.3.90
|
||||||
|
|||||||
Reference in New Issue
Block a user