add jetbrains ide-s

This commit is contained in:
ziggi
2020-04-16 19:24:48 +00:00
parent 33851521d4
commit 6ec7fb816b
16 changed files with 421 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library
WWW: http://pygments.org/