diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-02-05 11:45:26 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-02-05 11:45:26 +0100 |
commit | 6dae236ec5528522de472637f9d70a98158b9a5d (patch) | |
tree | 0392bc0afb1f09921810d8b313b1f22b2f360106 /framework/3rdParty/TextHighlighter/Text/TODO | |
parent | 81efaa0c6acdcd2e36081fed21ad5eac11fad3bc (diff) |
Renamed 3rdparty directory to vendor
Php namespaces can’t begin with a number
Diffstat (limited to 'framework/3rdParty/TextHighlighter/Text/TODO')
-rw-r--r-- | framework/3rdParty/TextHighlighter/Text/TODO | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/3rdParty/TextHighlighter/Text/TODO b/framework/3rdParty/TextHighlighter/Text/TODO deleted file mode 100644 index 67fa21df..00000000 --- a/framework/3rdParty/TextHighlighter/Text/TODO +++ /dev/null @@ -1,12 +0,0 @@ -# $Id: TODO,v 1.1 2007/06/03 02:35:28 ssttoo Exp $
-
-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: */
-
|