Adding icon

Updating fileutil to show html in correct block
updating user view to include correct stats
This commit is contained in:
Nathan Adams
2014-04-20 16:40:00 -05:00
parent 9101155bc0
commit 0bc03907b6
4 changed files with 41 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ class IDF_FileUtil
public static $map = array("cxx" => "cpp", "h" => "cpp", "hpp" => "cpp", "rc"=>"text", "sh"=>"bash", "cs"=>"csharp");
public static $syntaxhighlightext = array("as3", "cf", "cpp", "c", "css", "pas", "diff", "patch", "erl", "java", "jfx", "js", "pl", "php", "py", "rb", "sass", "scss", "scala", "sql", "vb", );
public static $syntaxhighlightext = array("html", "as3", "cf", "cpp", "c", "css", "pas", "diff", "patch", "erl", "java", "jfx", "js", "pl", "php", "py", "rb", "sass", "scss", "scala", "sql", "vb", );
/**
* Test if an extension is supported by the syntax highlighter.