port of Hubzillas code highlight feature

This commit is contained in:
rabuzarus 2016-06-16 11:38:12 +02:00
parent 76abade4d8
commit 0167a2bd61
56 changed files with 23431 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# $Id$
Major issues to solve (but I currently have no idea how) :
- speedup highlighting process
- switching between highlighters depending on context, for example :
PHP code -> HTML -> (JavaScript|CSS)
# vim: set autoindent tabstop=4 shiftwidth=4 softtabstop=4 tw=78: */