summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-10-22 13:02:26 +0200
committerblackbird <devnull@localhost>2006-10-22 13:02:26 +0200
commita18d48b33562e58953cd1a2529c3354d185b017b (patch)
tree4c053732dc20eaf1e8c9960f966fa8105355ad58
parentf2db9aedba7959d57d43903e4eff78db101e6234 (diff)
downloadpygments-a18d48b33562e58953cd1a2529c3354d185b017b.tar.gz
[svn] added section about plugins in the core
-rw-r--r--docs/src/plugins.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/src/plugins.txt b/docs/src/plugins.txt
index 6c37d707..5a302e9e 100644
--- a/docs/src/plugins.txt
+++ b/docs/src/plugins.txt
@@ -70,3 +70,10 @@ you need to write a plugin. Also `this blog entry`_ might be interesting.
.. _setuptools documentation: http://peak.telecommunity.com/DevCenter/setuptools
.. _this blog entry: http://lucumr.pocoo.org/entry/setuptools-plugins/
+
+
+Extending The Core
+==================
+
+If you have written a pygments plugin which is open source, please inform us
+about that. There is a high chance that we'll add it to the pygments core :-)