Spelling fixes in various manifest.ini files

This commit is contained in:
Daniel Brötzmann
2019-12-20 23:20:00 +01:00
committed by Philipp Hörist
parent b1e1468fe5
commit 4fadcb5342
24 changed files with 28 additions and 28 deletions

View File

@@ -4,17 +4,17 @@
name: Source Code Syntax Highlight
short_name: syntax_highlight
version: 1.2.5
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
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...
Note the newlines in this case
```
Note: You need to have pygments installed.
Please refer to the plugin's Wiki page for more information.
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.