18 lines
646 B
INI
18 lines
646 B
INI
[info]
|
|
name: Source Code Syntax Highlight
|
|
short_name: syntax_highlight
|
|
version: 1.3.1
|
|
description: Source code syntax highlighting in the chat window.
|
|
|
|
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…
|
|
```
|
|
|
|
Changed settings will take effect after re-opening the message tab/window.
|
|
authors = Florian Muenchbach
|
|
homepage = https://dev.gajim.org/gajim/gajim-plugins/-/wikis/syntaxhighlightplugin
|
|
min_gajim_version: 1.2.91
|
|
max_gajim_version: 1.3.90
|